Your trades -> Your bets
This commit is contained in:
parent
7722c723c4
commit
8ba2a55180
|
@ -51,7 +51,7 @@ export function ContractTabs(props: {
|
|||
{ title: 'Timeline', content: activity },
|
||||
...(!user || !userBets?.length
|
||||
? []
|
||||
: [{ title: 'Your trades', content: yourTrades }]),
|
||||
: [{ title: 'Your bets', content: yourTrades }]),
|
||||
]}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user