Skip to content

Commit e79b723

Browse files
authored
Move ChipIR out of Misc. into TS2 on status page
1 parent 90aa15f commit e79b723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/wall/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default function WallDisplay() {
5252
);
5353
const [TS2Data] = useState<Array<IfcInstrumentStatus>>(
5454
[
55+
{ name: "CHIPIR" },
5556
{ name: "IMAT" },
5657
{ name: "INTER" },
5758
{ name: "LARMOR" },
@@ -67,7 +68,6 @@ export default function WallDisplay() {
6768
const [miscData] = useState<Array<IfcInstrumentStatus>>(
6869
[
6970
{ name: "ARGUS" },
70-
{ name: "CHIPIR" },
7171
{ name: "CHRONUS" },
7272
{
7373
name: "CRYOLAB_R80",

0 commit comments

Comments
 (0)