Remove All bets section from contract page
This commit is contained in:
parent
4be9c3d80c
commit
9289ad1f37
|
@ -112,9 +112,6 @@ function BetsSection(props: { contract: Contract; user: User | null }) {
|
|||
<Spacer h={6} />
|
||||
</>
|
||||
)}
|
||||
|
||||
<Title text="All bets" />
|
||||
<ContractBetsTable contract={contract} bets={bets} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user