diff --git a/beszel/site/src/components/systems-table/systems-table.tsx b/beszel/site/src/components/systems-table/systems-table.tsx index c41d695..759f3c3 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: () => t`GPU`, + name: "GPU", invertSorting: true, sortUndefined: -1, cell: CellFormatter,