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