Invested value => Investment value
This commit is contained in:
parent
6285212a1e
commit
4d8af33c85
|
@ -136,7 +136,7 @@ export function BetsList(props: { user: User }) {
|
||||||
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
|
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
|
||||||
<Row className="gap-8">
|
<Row className="gap-8">
|
||||||
<Col>
|
<Col>
|
||||||
<div className="text-sm text-gray-500">Invested value</div>
|
<div className="text-sm text-gray-500">Investment value</div>
|
||||||
<div className="text-lg">
|
<div className="text-lg">
|
||||||
{formatMoney(currentBetsValue)}{' '}
|
{formatMoney(currentBetsValue)}{' '}
|
||||||
<ProfitBadge profitPercent={investedProfitPercent} />
|
<ProfitBadge profitPercent={investedProfitPercent} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user