diff --git a/web/components/bets-list.tsx b/web/components/bets-list.tsx index 6671614c..d2bb7d1d 100644 --- a/web/components/bets-list.tsx +++ b/web/components/bets-list.tsx @@ -90,31 +90,31 @@ function MyContractBets(props: { contract: Contract; bets: Bet[] }) { const { resolution } = contract return ( -
+
-
+
{contract.question}
- - -
- -
- {resolution && ( - <> -
-
- Resolved {resolution === 'YES' && } - {resolution === 'NO' && } - {resolution === 'CANCEL' && } -
- - )} -
+ +
+ +
+ {resolution && ( + <> +
+
+ Resolved {resolution === 'YES' && } + {resolution === 'NO' && } + {resolution === 'CANCEL' && } +
+ + )} +
+