diff --git a/web/components/feed/contract-activity.tsx b/web/components/feed/contract-activity.tsx index fc817082..e660bf10 100644 --- a/web/components/feed/contract-activity.tsx +++ b/web/components/feed/contract-activity.tsx @@ -126,7 +126,10 @@ export function FreeResponseContractCommentsActivity(props: { (answer) => -getOutcomeProbability(contract, answer.number.toString()) ) const commentsByUserId = groupBy(comments, (c) => c.userId) - const commentsByOutcome = groupBy(comments, (c) => c.answerOutcome ?? '_') + const commentsByOutcome = groupBy( + comments, + (c) => c.answerOutcome ?? c.betOutcome ?? '_' + ) return ( <>