hotfix for the plenum column on the devices page to be renamed and the bin page sensors graph headers reading going through multiple conversions

This commit is contained in:
csawatzky 2025-08-18 14:59:32 -06:00
parent 2e3192e9af
commit eae0628e8b
2 changed files with 2 additions and 2 deletions

View file

@ -472,7 +472,7 @@ export default function Devices() {
]
if (hasPlenums) {
columns.push({
title: "Plenum",
title: "Temp/Humidity",
// sortKey: "hi",
// disableSort: true,
render: (device: Device) => {