stats: multi choice type
This commit is contained in:
parent
ec2cf78cbf
commit
b7ae2d7aab
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user