numeric bet panel on mobile
This commit is contained in:
parent
c259003b67
commit
95367685b8
|
@ -204,6 +204,11 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
|
|||
</>
|
||||
)}
|
||||
|
||||
<NumericBetPanel
|
||||
className="sm:hidden"
|
||||
contract={contract as NumericContract}
|
||||
/>
|
||||
|
||||
{isResolved && (
|
||||
<>
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2">
|
||||
|
|
Loading…
Reference in New Issue
Block a user