add quote symbol to funding table

This commit is contained in:
Tyler Shipe 2021-10-25 15:39:49 -04:00
parent 8ec17ecfaf
commit 98a151d8a0
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ const AccountFunding = () => {
<Td>
{stat.total_funding.toFixed(
QUOTE_DECIMALS + 1
)}
)}{' '}
USDC
</Td>
</TrBody>
)