Hide ante in FR bets tab
This commit is contained in:
parent
31f57f8ff2
commit
fed49d3040
|
@ -534,6 +534,8 @@ export function getSpecificContractActivityItems(
|
||||||
|
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'bets':
|
case 'bets':
|
||||||
|
// Remove first bet (which is the ante):
|
||||||
|
if (contract.outcomeType === 'FREE_RESPONSE') bets = bets.slice(1)
|
||||||
items.push(
|
items.push(
|
||||||
...bets.map((bet) => ({
|
...bets.map((bet) => ({
|
||||||
type: 'bet' as const,
|
type: 'bet' as const,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user