Fix comments & bets mixing in tabs ui
This commit is contained in:
parent
dca957708c
commit
9004c694ca
|
@ -155,7 +155,7 @@ export function getSpecificContractActivityItems(
|
||||||
items.push(
|
items.push(
|
||||||
...bets.map((bet) => ({
|
...bets.map((bet) => ({
|
||||||
type: 'bet' as const,
|
type: 'bet' as const,
|
||||||
id: bet.id,
|
id: bet.id + '-' + bet.isSold,
|
||||||
bet,
|
bet,
|
||||||
contract,
|
contract,
|
||||||
hideOutcome: false,
|
hideOutcome: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user