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,
id: "gpu",
name: "GPU",
name: () => "GPU",
invertSorting: true,
sortUndefined: -1,
cell: CellFormatter,