diff --git a/web/components/feed/feed-items.tsx b/web/components/feed/feed-items.tsx index aa501bcd..c447f666 100644 --- a/web/components/feed/feed-items.tsx +++ b/web/components/feed/feed-items.tsx @@ -180,7 +180,7 @@ export function FeedComment(props: { />{' '} {!matchedBet && userPosition > 0 && ( <> - {'with ' + userPositionMoney + ' '} + {'had ' + userPositionMoney + ' '} <> {' of '} {user && userPosition > 0 && ( <> - {'You with ' + userPositionMoney + ' '} + {'You have ' + userPositionMoney + ' '} <> {' of '}