diff --git a/web/components/feed/activity-items.ts b/web/components/feed/activity-items.ts index 04de1d80..0497451c 100644 --- a/web/components/feed/activity-items.ts +++ b/web/components/feed/activity-items.ts @@ -534,6 +534,8 @@ export function getSpecificContractActivityItems( switch (mode) { case 'bets': + // Remove first bet (which is the ante): + if (contract.outcomeType === 'FREE_RESPONSE') bets = bets.slice(1) items.push( ...bets.map((bet) => ({ type: 'bet' as const,