Skip to content

Commit

Permalink
Update app/components/NoticeTypeCheckboxes/NoticeTypeCheckboxes.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vidushi Sharma <[email protected]>

fewer notices
  • Loading branch information
dakota002 authored and lpsinger committed Oct 23, 2024
1 parent e4bed74 commit e10b816
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/components/NoticeTypeCheckboxes/NoticeTypeCheckboxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,7 @@ export function NoticeTypeCheckboxes({
}

if (useFeature('FERMI_GBM_QUICKSTART')) {
JsonNoticeTypes.Fermi = [
'gcn.notices.fermi.gbm.alert',
'gcn.notices.fermi.gbm.final_position',
'gcn.notices.fermi.gbm.flight_position',
'gcn.notices.fermi.gbm.ground_position',
'gcn.notices.fermi.gbm.subthreshold',
]
JsonNoticeTypes.Fermi = ['gcn.notices.fermi.gbm']
JsonNoticeTypeLinks.Fermi = '/missions/fermi'
}

Expand Down

0 comments on commit e10b816

Please sign in to comment.