Skip to content

Commit

Permalink
ensure that logged in and non logged in users can access the help page
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Sep 8, 2023
1 parent 6b02bba commit db109a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/app-web/src/pages/App/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const StateUserRoutes = ({
element={<StateDashboard />}
/>

<Route path={RoutesRecord.HELP} element={<Help />} />

<Route
path={RoutesRecord.SUBMISSIONS}
element={<StateDashboard />}
Expand Down

0 comments on commit db109a3

Please sign in to comment.