Skip to content

Commit

Permalink
Fix Margin Trading History PNL
Browse files Browse the repository at this point in the history
  • Loading branch information
lq0-github committed Jan 18, 2025
1 parent 6bc9327 commit e92a9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screens/Trading/components/Table/HistoryRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ const HistoryRow = ({ key, index, record, assetP, assetD, assetC }) => {
{record.pnl !== "0"
? beautifyPrice(Math.abs(record.pnl * record.c_token_price), false, 3, 3)
: ""}
<p className="text-gray-300 text-xs">
{/* <p className="text-gray-300 text-xs">
{getSymbolById(assetC.token_id, assetC.metadata?.symbol)}
</p>
</p> */}
</td>
<td>
<div className="text-sm">
Expand Down

0 comments on commit e92a9fd

Please sign in to comment.