Skip to content

Commit

Permalink
Merge pull request #16963 from pahan35/fix/do-not-stuck-on-settings-s…
Browse files Browse the repository at this point in the history
…tories
  • Loading branch information
ndelangen committed Jan 5, 2022
2 parents 5f460ec + f6a3b00 commit 8008882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const App = React.memo<AppProps>(
key: 'settings',
render: () => <SettingsPages />,
route: (({ children }) => (
<Route path="/settings" startsWith>
<Route path="/settings/" startsWith>
{children}
</Route>
)) as FunctionComponent,
Expand Down

0 comments on commit 8008882

Please sign in to comment.