Remove All bets section from contract page

This commit is contained in:
jahooma 2021-12-16 13:51:30 -06:00
parent 4be9c3d80c
commit 9289ad1f37

View File

@ -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>
)
}