Fix backtestTable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user