Skip to content

Commit

Permalink
remove download circulars feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey Elliott authored and lpsinger committed Sep 8, 2023
1 parent d3fbfe1 commit 07b2f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/circulars._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import { circularRedirect, search } from './circulars/circulars.server'
import type { action } from './circulars/route'
import Hint from '~/components/Hint'
import { usePagination } from '~/lib/pagination'
import { useFeature } from '~/root'

import searchImg from '~/../node_modules/nasawds/src/img/usa-icons-bg/search--white.svg'

Expand Down Expand Up @@ -377,7 +376,7 @@ export default function () {
)}
</div>
</div>
{useFeature('DOWNLOAD_CIRCULARS') && <DownloadModal />}
<DownloadModal />
</>
)}
</>
Expand Down

0 comments on commit 07b2f29

Please sign in to comment.