From a1d51e377877c306d6aec2bee324d60701090350 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Fri, 22 Jul 2022 16:07:59 -0500 Subject: [PATCH] Update labels for numeric market outcomes --- web/components/bet-panel.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index 064be0be..db021382 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -523,7 +523,7 @@ function LimitOrderPanel(props: {
- Bet at + Bet {isPseudoNumeric ? : } at
- Bet at + Bet {isPseudoNumeric ? : } at
- YES limit must be less than NO limit + {isPseudoNumeric ? 'HIGHER' : 'YES'} limit must be less than{' '} + {isPseudoNumeric ? 'LOWER' : 'NO'} limit )} {outOfRangeError && ( @@ -558,7 +559,7 @@ function LimitOrderPanel(props: { )} -
+
Max amount*