fix dumb error i pushed five min ago :)

This commit is contained in:
henrygd
2025-03-15 01:16:18 -04:00
parent 3935a9bf00
commit 9b65110aef

View File

@@ -210,7 +210,7 @@ export default function SystemsTable() {
{ {
accessorFn: (originalRow) => originalRow.info.g, accessorFn: (originalRow) => originalRow.info.g,
id: "gpu", id: "gpu",
name: "GPU", name: () => "GPU",
invertSorting: true, invertSorting: true,
sortUndefined: -1, sortUndefined: -1,
cell: CellFormatter, cell: CellFormatter,