bet row: fix labels

This commit is contained in:
mantikoros 2022-07-13 00:07:12 -05:00
parent 10c510fc6b
commit 1f2bdf40d0

View File

@ -44,7 +44,7 @@ export default function BetRow(props: {
{hasYesShares
? `(${Math.floor(yesShares)} ${isPseudoNumeric ? 'HIGHER' : 'YES'})`
: hasNoShares
? `(${Math.floor(noShares)} ${isPseudoNumeric ? 'LOWER' : 'YES'})`
? `(${Math.floor(noShares)} ${isPseudoNumeric ? 'LOWER' : 'NO'})`
: ''}
</div>
</Col>