Show numeric bet panel between sm-xl

This commit is contained in:
Ian Philips 2022-05-23 08:04:55 -06:00
parent e94d204a87
commit 355b2261a7

View File

@ -214,7 +214,7 @@ export function ContractPageContent(props: FirstArgument<typeof ContractPage>) {
{isNumeric && (
<NumericBetPanel
className="sm:hidden"
className="xl:hidden"
contract={contract as NumericContract}
/>
)}