add quote symbol to funding table
This commit is contained in:
parent
8ec17ecfaf
commit
98a151d8a0
|
@ -207,7 +207,8 @@ const AccountFunding = () => {
|
||||||
<Td>
|
<Td>
|
||||||
{stat.total_funding.toFixed(
|
{stat.total_funding.toFixed(
|
||||||
QUOTE_DECIMALS + 1
|
QUOTE_DECIMALS + 1
|
||||||
)}
|
)}{' '}
|
||||||
|
USDC
|
||||||
</Td>
|
</Td>
|
||||||
</TrBody>
|
</TrBody>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue