Skip to content

Commit

Permalink
Move ChipIR out of Misc. into TS2 on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
GRyall authored Nov 18, 2024
1 parent 90aa15f commit e79b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/wall/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function WallDisplay() {
);
const [TS2Data] = useState<Array<IfcInstrumentStatus>>(
[
{ name: "CHIPIR" },
{ name: "IMAT" },
{ name: "INTER" },
{ name: "LARMOR" },
Expand All @@ -67,7 +68,6 @@ export default function WallDisplay() {
const [miscData] = useState<Array<IfcInstrumentStatus>>(
[
{ name: "ARGUS" },
{ name: "CHIPIR" },
{ name: "CHRONUS" },
{
name: "CRYOLAB_R80",
Expand Down

0 comments on commit e79b723

Please sign in to comment.