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*