use usdc unit for unsettled perp

This commit is contained in:
saml33 2023-01-20 22:17:50 +11:00
parent d3cdd2c301
commit b13cea05e6
1 changed files with 2 additions and 2 deletions

View File

@ -202,11 +202,11 @@ const UnsettledTrades = ({
<TableMarketName market={market} />
</Td>
<Td className="text-right font-mono">
$
{formatDecimal(
position.getUnsettledPnlUi(group, market),
market.baseDecimals
)}
)}{' '}
<span className="font-body text-th-fgd-4">USDC</span>
</Td>
<Td>
<div className="flex justify-end">