From e79b7238bb3f377d2c54cfc4d1b0c281c4a4c6a1 Mon Sep 17 00:00:00 2001 From: George Ryall Date: Mon, 18 Nov 2024 12:16:22 +0000 Subject: [PATCH] Move ChipIR out of Misc. into TS2 on status page --- app/wall/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wall/page.tsx b/app/wall/page.tsx index de0a26d..92ad0dd 100644 --- a/app/wall/page.tsx +++ b/app/wall/page.tsx @@ -52,6 +52,7 @@ export default function WallDisplay() { ); const [TS2Data] = useState>( [ + { name: "CHIPIR" }, { name: "IMAT" }, { name: "INTER" }, { name: "LARMOR" }, @@ -67,7 +68,6 @@ export default function WallDisplay() { const [miscData] = useState>( [ { name: "ARGUS" }, - { name: "CHIPIR" }, { name: "CHRONUS" }, { name: "CRYOLAB_R80",