From 9075a6f33afa636985272ae50468fc17221c708f Mon Sep 17 00:00:00 2001 From: James Grugett Date: Wed, 13 Jul 2022 14:59:49 -0500 Subject: [PATCH] Add headers to limit orders table --- web/components/limit-bets.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/components/limit-bets.tsx b/web/components/limit-bets.tsx index 4f1f1893..f81d4294 100644 --- a/web/components/limit-bets.tsx +++ b/web/components/limit-bets.tsx @@ -76,6 +76,13 @@ function LimitOrderTable(props: { return ( + + {!isYou && } + + + + {isYou && } + {limitBets.map((bet) => (
UserOutcomeAmountProb