We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90aa15f + e79b723 commit e1f03bbCopy full SHA for e1f03bb
app/wall/page.tsx
@@ -52,6 +52,7 @@ export default function WallDisplay() {
52
);
53
const [TS2Data] = useState<Array<IfcInstrumentStatus>>(
54
[
55
+ { name: "CHIPIR" },
56
{ name: "IMAT" },
57
{ name: "INTER" },
58
{ name: "LARMOR" },
@@ -67,7 +68,6 @@ export default function WallDisplay() {
67
68
const [miscData] = useState<Array<IfcInstrumentStatus>>(
69
70
{ name: "ARGUS" },
- { name: "CHIPIR" },
71
{ name: "CHRONUS" },
72
{
73
name: "CRYOLAB_R80",
0 commit comments