diff --git a/web/components/feed/activity-items.ts b/web/components/feed/activity-items.ts index 9d5e9a01..350c7393 100644 --- a/web/components/feed/activity-items.ts +++ b/web/components/feed/activity-items.ts @@ -135,7 +135,7 @@ function groupBets( } for (const bet of bets) { - const isCreator = userId === bet.userId || contract.creatorId === bet.userId + const isCreator = userId === bet.userId if (commentsMap[bet.id] || isCreator) { pushGroup()