diff --git a/beszel/site/src/components/systems-table/systems-table.tsx b/beszel/site/src/components/systems-table/systems-table.tsx index 759f3c3..6403b78 100644 --- a/beszel/site/src/components/systems-table/systems-table.tsx +++ b/beszel/site/src/components/systems-table/systems-table.tsx @@ -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,