Skip to content

Commit

Permalink
Merge pull request #75 from ISISComputingGroup/updateInstStatusList
Browse files Browse the repository at this point in the history
Move ChipIR out of Misc. into TS2 on status page
  • Loading branch information
Tom-Willemsen authored Nov 18, 2024
2 parents 90aa15f + e79b723 commit e1f03bb
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 e1f03bb

Please sign in to comment.