Skip to content

Commit 31e637a

Browse files
authored
Merge pull request #91 from ISISComputingGroup/optimism
Optimistically claim all the muon instruments will migrate
2 parents 77beedc + 550b721 commit 31e637a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/InstrumentsDisplay.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ export default function InstrumentsDisplay({
5454
targetStation: "Target Station 1",
5555
instruments: [
5656
{ name: "ALF" },
57+
{ name: "ARGUS" },
58+
{ name: "CHRONUS" },
5759
{ name: "CRISP" },
5860
{ name: "EMMA-A" },
5961
{ name: "EMU" },
6062
{ name: "ENGINX" },
6163
{ name: "GEM" },
64+
{ name: "HIFI" },
6265
{
6366
name: "HIFI-CRYOMAG",
6467
},
@@ -102,8 +105,6 @@ export default function InstrumentsDisplay({
102105
{
103106
targetStation: "Miscellaneous",
104107
instruments: [
105-
{ name: "ARGUS" },
106-
{ name: "CHRONUS" },
107108
{
108109
name: "CRYOLAB_R80",
109110
},
@@ -113,7 +114,6 @@ export default function InstrumentsDisplay({
113114
{
114115
name: "ENGINX_SETUP",
115116
},
116-
{ name: "HIFI" },
117117
{
118118
name: "HRPD_SETUP",
119119
},

0 commit comments

Comments
 (0)