Don't show numeric bet panel if market closed
This commit is contained in:
parent
244bbc51b2
commit
82b189aa48
|
@ -193,7 +193,7 @@ export function ContractPageContent(props: Parameters<typeof ContractPage>[0]) {
|
|||
</>
|
||||
)}
|
||||
|
||||
{isNumeric && (
|
||||
{isNumeric && allowTrade && (
|
||||
<NumericBetPanel className="xl:hidden" contract={contract} />
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user