Fix backtestTable

This commit is contained in:
2025-11-14 14:49:16 +07:00
parent a6ae3a971c
commit b6e4090f4e

View File

@@ -558,7 +558,7 @@ const BacktestTable: React.FC<BacktestTableProps> = ({list, isFetching, onSortCh
Cell: ({cell}: any) => (
<>{cell.row.values.growthPercentage.toFixed(2)} %</>
),
Header: 'Pnl %',
Header: 'ROI %',
accessor: 'growthPercentage',
disableFilters: true,
disableSortBy: false,