diff --git a/screens/Trading/components/Table/HistoryRow.tsx b/screens/Trading/components/Table/HistoryRow.tsx index 8d942a47..c434d7e0 100644 --- a/screens/Trading/components/Table/HistoryRow.tsx +++ b/screens/Trading/components/Table/HistoryRow.tsx @@ -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) : ""} -

+ {/*

{getSymbolById(assetC.token_id, assetC.metadata?.symbol)} -

+

*/}