diff --git a/web/components/answers/answer-bet-panel.tsx b/web/components/answers/answer-bet-panel.tsx index 65758f0b..4e1f61cb 100644 --- a/web/components/answers/answer-bet-panel.tsx +++ b/web/components/answers/answer-bet-panel.tsx @@ -134,9 +134,11 @@ export function AnswerBetPanel(props: { - + -
Payout if chosen
+
+ Estimated
payout if chosen +
- + -
Payout if chosen
+
+ Estimated
payout if chosen +
- +
- Payout if + {contract.mechanism === 'dpm-2' ? ( + <> + Estimated +
payout if + + ) : ( + <> + Payout if + + )}
- {tooltip && } + {dpmTooltip && }