components/TradeHistoryTable.tsx

This commit is contained in:
Maximilian Schneider 2022-06-05 15:12:29 +03:00
parent 32238ed80c
commit a467f3f94f
1 changed files with 1 additions and 4 deletions

View File

@ -429,10 +429,7 @@ const TradeHistoryTable = ({
</Td>
<Td className="!py-2 ">{trade.size}</Td>
<Td className="!py-2 ">
$
{new Intl.NumberFormat('en-US').format(
trade.price
)}
{formatUsdValue(trade.price, trade.symbol)}
</Td>
<Td className="!py-2 ">
{formatUsdValue(trade.value)}