diff --git a/web/components/bets-list.tsx b/web/components/bets-list.tsx index 58d9aaf9..3cbf4ace 100644 --- a/web/components/bets-list.tsx +++ b/web/components/bets-list.tsx @@ -322,7 +322,7 @@ function BetRow(props: { bet: Bet; contract: Contract; sale?: Bet }) { {formatWithCommas(shares)} {sale ? ( - <>SOLD for {formatMoney(Math.abs(sale.amount))} + <>{formatMoney(Math.abs(sale.amount))} (sold) ) : ( formatMoney( isResolved