diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx
index e78a9bdc..7c4ada58 100644
--- a/web/components/bet-panel.tsx
+++ b/web/components/bet-panel.tsx
@@ -554,53 +554,59 @@ function RangeOrderPanel(props: {
/>
-
-
+ {lowLimitProb !== undefined && (
+
+
+
+ {isPseudoNumeric ? (
+ 'Max payout'
+ ) : (
+ <>
+ Max payout
+ >
+ )}
+
+
+
- {isPseudoNumeric ? (
- 'Max payout'
- ) : (
- <>
- Max payout
- >
- )}
+
+ {formatMoney(lowPayout)}
+
+ (+{lowReturnPercent})
-
-
-
- {formatMoney(lowPayout)}
-
- (+{lowReturnPercent})
-
-
-
-
+ )}
+ {highLimitProb !== undefined && (
+
+
+
+ {isPseudoNumeric ? (
+ 'Max payout'
+ ) : (
+ <>
+ Max payout
+ >
+ )}
+
+
+
- {isPseudoNumeric ? (
- 'Max payout'
- ) : (
- <>
- Max payout
- >
- )}
+
+ {formatMoney(highPayout)}
+
+ (+{highReturnPercent})
-
-
-
- {formatMoney(highPayout)}
-
- (+{highReturnPercent})
-
-
+ )}
-
+ {(lowLimitProb !== undefined || highLimitProb !== undefined) && (
+
+ )}
{user && (