@@ -108,9 +120,8 @@ function FeedBet(props: { activityItem: any }) {
- {isCreator ? 'You' : 'A trader'} placed{' '}
- {formatMoney(amount)} on {' '}
-
+ {isCreator ? 'You' : 'A trader'} {bought} {money} of{' '}
+
{canComment && (
// Allow user to comment in an textarea if they are the creator