Skip to content

Commit

Permalink
Optimistically claim all the muon instruments will migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Jan 22, 2025
1 parent 77beedc commit 550b721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/InstrumentsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ export default function InstrumentsDisplay({
targetStation: "Target Station 1",
instruments: [
{ name: "ALF" },
{ name: "ARGUS" },
{ name: "CHRONUS" },
{ name: "CRISP" },
{ name: "EMMA-A" },
{ name: "EMU" },
{ name: "ENGINX" },
{ name: "GEM" },
{ name: "HIFI" },
{
name: "HIFI-CRYOMAG",
},
Expand Down Expand Up @@ -102,8 +105,6 @@ export default function InstrumentsDisplay({
{
targetStation: "Miscellaneous",
instruments: [
{ name: "ARGUS" },
{ name: "CHRONUS" },
{
name: "CRYOLAB_R80",
},
Expand All @@ -113,7 +114,6 @@ export default function InstrumentsDisplay({
{
name: "ENGINX_SETUP",
},
{ name: "HIFI" },
{
name: "HRPD_SETUP",
},
Expand Down

0 comments on commit 550b721

Please sign in to comment.