stats: multi choice type

This commit is contained in:
mantikoros 2022-07-27 18:11:14 -07:00
parent ec2cf78cbf
commit b7ae2d7aab

View File

@ -41,6 +41,8 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
? 'YES / NO'
: outcomeType === 'FREE_RESPONSE'
? 'Free response'
: outcomeType === 'MULTIPLE_CHOICE'
? 'Multiple choice'
: 'Numeric'
return (