Hide ante in FR bets tab
This commit is contained in:
parent
31f57f8ff2
commit
fed49d3040
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user