From 3a22a3237f1fadca1b8d0cfcc52d720ffde899c4 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Tue, 22 Mar 2022 15:26:25 -0500 Subject: [PATCH] In progress --- web/components/amount-input.tsx | 2 +- web/components/bet-panel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/amount-input.tsx b/web/components/amount-input.tsx index c5fa839a..c4b33146 100644 --- a/web/components/amount-input.tsx +++ b/web/components/amount-input.tsx @@ -249,7 +249,7 @@ export function SellAmountInput(props: { Loan repaid{' '} {formatMoney(loanRepaid)}{' '} diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index cc66de09..8b223768 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -197,7 +197,7 @@ export function BetPanel(props: { ) : sellOutcome ? ( <>
- You have {Math.round(yesShares || noShares)}{' '} + You have {formatWithCommas(yesShares || noShares)}{' '} shares