Show uniques
This commit is contained in:
parent
178547403a
commit
83180c1703
|
@ -326,7 +326,13 @@ export function ExtraMobileContractDetails(props: {
|
||||||
)}
|
)}
|
||||||
{(user || forceShowVolume) && (
|
{(user || forceShowVolume) && (
|
||||||
<Col className={'items-center text-sm text-gray-500'}>
|
<Col className={'items-center text-sm text-gray-500'}>
|
||||||
<Tooltip text={formatMoney(volume)}>{volumeTranslation}</Tooltip>
|
<Tooltip
|
||||||
|
text={`${formatMoney(
|
||||||
|
volume
|
||||||
|
)} bet - ${uniqueBettors} unique bettors`}
|
||||||
|
>
|
||||||
|
{volumeTranslation}
|
||||||
|
</Tooltip>
|
||||||
<Row className={'text-gray-400'}>Activity</Row>
|
<Row className={'text-gray-400'}>Activity</Row>
|
||||||
</Col>
|
</Col>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user