This commit is contained in:
mantikoros 2022-07-27 18:53:43 -07:00
parent e3ba657c4d
commit 2e50c71cac

View File

@ -217,13 +217,14 @@ export function ContractPageContent(
/> />
)} )}
{outcomeType === 'FREE_RESPONSE' || outcomeType === 'MULTIPLE_CHOICE' && ( {outcomeType === 'FREE_RESPONSE' ||
(outcomeType === 'MULTIPLE_CHOICE' && (
<> <>
<Spacer h={4} /> <Spacer h={4} />
<AnswersPanel contract={contract} /> <AnswersPanel contract={contract} />
<Spacer h={4} /> <Spacer h={4} />
</> </>
)} ))}
{isNumeric && allowTrade && ( {isNumeric && allowTrade && (
<NumericBetPanel className="xl:hidden" contract={contract} /> <NumericBetPanel className="xl:hidden" contract={contract} />