prettier
This commit is contained in:
parent
1d5cd2da9f
commit
a44b3606fe
|
@ -653,7 +653,8 @@ function BetRow(props: {
|
||||||
truncate="short"
|
truncate="short"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{isPseudoNumeric && ' than ' +formatNumericProbability(bet.probAfter, contract)}
|
{isPseudoNumeric &&
|
||||||
|
' than ' + formatNumericProbability(bet.probAfter, contract)}
|
||||||
</td>
|
</td>
|
||||||
<td>{formatMoney(Math.abs(amount))}</td>
|
<td>{formatMoney(Math.abs(amount))}</td>
|
||||||
{!isCPMM && !isNumeric && <td>{saleDisplay}</td>}
|
{!isCPMM && !isNumeric && <td>{saleDisplay}</td>}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user