diff --git a/web/components/bets-list.tsx b/web/components/bets-list.tsx index 4845f894..b3a462f2 100644 --- a/web/components/bets-list.tsx +++ b/web/components/bets-list.tsx @@ -91,35 +91,38 @@ function MyContractBets(props: { contract: Contract; bets: Bet[] }) { return (
- - -
- {contract.question} -
-
- + + + + +
+ {contract.question} +
+
+ - -
- -
- {resolution && ( - <> -
+
- Resolved {resolution === 'YES' && } - {resolution === 'NO' && } - {resolution === 'CANCEL' && } +
- - )} + {resolution && ( + <> +
+
+ Resolved {resolution === 'YES' && } + {resolution === 'NO' && } + {resolution === 'CANCEL' && } +
+ + )} +
+ + + {/* Show this at the end of the flex */} +
- - - - - +