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 (
User | } +Outcome | +Amount | +Prob | + {isYou &&} + {limitBets.map((bet) => ( |
---|