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'
|
? 'YES / NO'
|
||||||
: outcomeType === 'FREE_RESPONSE'
|
: outcomeType === 'FREE_RESPONSE'
|
||||||
? 'Free response'
|
? 'Free response'
|
||||||
|
: outcomeType === 'MULTIPLE_CHOICE'
|
||||||
|
? 'Multiple choice'
|
||||||
: 'Numeric'
|
: 'Numeric'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user