Prettier format

This commit is contained in:
Austin Chen 2022-06-12 21:12:20 -07:00
parent 2661c76d23
commit cd9f065be2

View File

@ -37,7 +37,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
bets.filter((bet) => !bet.isAnte), bets.filter((bet) => !bet.isAnte),
'userId' 'userId'
).length ).length
const typeDisplay = const typeDisplay =
outcomeType === 'BINARY' outcomeType === 'BINARY'
? 'YES / NO' ? 'YES / NO'