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: Leo Singer <[email protected]>
  • Loading branch information
dakota002 and lpsinger authored Nov 12, 2024
1 parent 3f7d006 commit 9bb62f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export function NoticeTypeCheckboxes({
JsonNoticeTypeLinks['Super Kamiokande'] = '/missions/sksn'
}

if (useFeature('CHIME_QUICKSTART')) {
if (useFeature('CHIME')) {
JsonNoticeTypes.Chime = ['gcn.notices.chime.alert']
JsonNoticeTypeLinks.Chime = '/missions/chime'
}
Expand Down

0 comments on commit 9bb62f2

Please sign in to comment.