We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d9489 commit 283cb81Copy full SHA for 283cb81
src/containers/Storage/StorageNodes/StorageNodes.tsx
@@ -117,7 +117,7 @@ function StorageNodes({
117
name: TableColumnsIds.uptime,
118
header: tableColumnsNames[TableColumnsIds.uptime],
119
width: 130,
120
- sortAccessor: ({StartTime}) => -StartTime,
+ sortAccessor: ({StartTime}) => (StartTime ? -StartTime : 0),
121
align: DataTable.RIGHT,
122
},
123
{
0 commit comments