refactor: get rid of console warnings on dashboard

This commit is contained in:
henrygd
2025-02-08 19:40:32 -05:00
parent 3afab00937
commit aa3de511b9

View File

@@ -182,7 +182,7 @@ export default function SystemsTable() {
header: sortableHeader,
},
{
accessorKey: "info.g",
accessorFn: (originalRow) => originalRow.info.g,
id: "GPU",
invertSorting: true,
sortUndefined: -1,
@@ -191,7 +191,7 @@ export default function SystemsTable() {
header: sortableHeader,
},
{
accessorKey: "info.ht",
accessorFn: (originalRow) => originalRow.info.ht,
id: t`Temp`,
invertSorting: true,
sortUndefined: -1,