diff --git a/web/pages/[username]/[contractId].tsx b/web/pages/[username]/[contractId].tsx index c97b1482..0c279499 100644 --- a/web/pages/[username]/[contractId].tsx +++ b/web/pages/[username]/[contractId].tsx @@ -112,9 +112,6 @@ function BetsSection(props: { contract: Contract; user: User | null }) { )} - - - <ContractBetsTable contract={contract} bets={bets} /> </div> ) }