remove quick betting for FR markets

This commit is contained in:
mantikoros 2022-07-08 12:50:46 -04:00
parent 50c5f8b6eb
commit 93b293ca0e

View File

@ -131,6 +131,13 @@ export function QuickBet(props: { contract: Contract; user: User }) {
})
}
if (outcomeType === 'FREE_RESPONSE')
return (
<Col className="relative -my-4 -mr-5 min-w-[5.5rem] justify-center gap-2 pr-5 pl-1 align-middle">
<QuickOutcomeView contract={contract} previewProb={previewProb} />
</Col>
)
return (
<Col
className={clsx(