diff --git a/web/components/limit-bets.tsx b/web/components/limit-bets.tsx index 7e32db25..7aaa0601 100644 --- a/web/components/limit-bets.tsx +++ b/web/components/limit-bets.tsx @@ -78,8 +78,8 @@ export function LimitOrderTable(props: { {!isYou && } Outcome - Amount {isPseudoNumeric ? 'Value' : 'Prob'} + Amount {isYou && } @@ -129,12 +129,12 @@ function LimitBet(props: { )} - {formatMoney(orderAmount - amount)} {isPseudoNumeric ? getFormattedMappedValue(contract)(limitProb) : formatPercent(limitProb)} + {formatMoney(orderAmount - amount)} {isYou && ( {isCancelling ? (