Skip to content

Commit

Permalink
Also connect types when on settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
wbazant committed Oct 26, 2024
1 parent 66d53f8 commit e039081
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/connect/connectRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ const connectRoutes = [
* - fetch data from backend
* - simplify to keep just the currently selected language
*/
<Route key="connect-types" path={['/map', '/list', '/locations', '/reviews']}>
<Route
key="connect-types"
path={['/map', '/list', '/locations', '/reviews', '/settings']}
>
<ConnectTypes />
</Route>,
/*
Expand Down

0 comments on commit e039081

Please sign in to comment.