Show numeric bet panel between sm-xl
This commit is contained in:
parent
e94d204a87
commit
355b2261a7
|
@ -214,7 +214,7 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
|
||||||
|
|
||||||
{isNumeric && (
|
{isNumeric && (
|
||||||
<NumericBetPanel
|
<NumericBetPanel
|
||||||
className="sm:hidden"
|
className="xl:hidden"
|
||||||
contract={contract as NumericContract}
|
contract={contract as NumericContract}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user