From 74760b1062f72fa7e08394374872be569b8a3df6 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Tue, 19 Jul 2022 14:53:33 -0500 Subject: [PATCH] Reorder orderbook columns --- web/components/limit-bets.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? (