In progress
This commit is contained in:
parent
ce7e8900a1
commit
3a22a3237f
|
@ -249,7 +249,7 @@ export function SellAmountInput(props: {
|
|||
<Row className="items-center gap-2">
|
||||
Loan repaid{' '}
|
||||
<InfoTooltip
|
||||
text={`Sold shares go toward paying off loans for this market first.`}
|
||||
text={`Sold shares go toward paying off loans first.`}
|
||||
/>
|
||||
</Row>
|
||||
<span className="text-neutral">{formatMoney(loanRepaid)}</span>{' '}
|
||||
|
|
|
@ -197,7 +197,7 @@ export function BetPanel(props: {
|
|||
) : sellOutcome ? (
|
||||
<>
|
||||
<div className="mb-3 text-left ">
|
||||
You have {Math.round(yesShares || noShares)}{' '}
|
||||
You have {formatWithCommas(yesShares || noShares)}{' '}
|
||||
<OutcomeLabel outcome={sellOutcome} /> shares
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user