components/TradeHistoryTable.tsx
This commit is contained in:
parent
32238ed80c
commit
a467f3f94f
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue