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