add currency symbol to total funding
This commit is contained in:
parent
a2dc7812a4
commit
9b7f9e2e8a
|
@ -135,7 +135,7 @@ const AccountFunding = () => {
|
|||
}`}
|
||||
>
|
||||
{stats.total_funding
|
||||
? `${stats.total_funding?.toFixed(6)}`
|
||||
? `$${stats.total_funding?.toFixed(6)}`
|
||||
: '-'}
|
||||
</div>
|
||||
</Td>
|
||||
|
|
Loading…
Reference in New Issue