bet row: fix labels
This commit is contained in:
parent
10c510fc6b
commit
1f2bdf40d0
|
@ -44,7 +44,7 @@ export default function BetRow(props: {
|
||||||
{hasYesShares
|
{hasYesShares
|
||||||
? `(${Math.floor(yesShares)} ${isPseudoNumeric ? 'HIGHER' : 'YES'})`
|
? `(${Math.floor(yesShares)} ${isPseudoNumeric ? 'HIGHER' : 'YES'})`
|
||||||
: hasNoShares
|
: hasNoShares
|
||||||
? `(${Math.floor(noShares)} ${isPseudoNumeric ? 'LOWER' : 'YES'})`
|
? `(${Math.floor(noShares)} ${isPseudoNumeric ? 'LOWER' : 'NO'})`
|
||||||
: ''}
|
: ''}
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user