Skip to content
Snippets Groups Projects
Commit 1e7600e8 authored by insert's avatar insert
Browse files

Fix settings.

parent 7b45205e
Branches
No related merge requests found
Subproject commit d2e491a8ef38a4b67fe1be7b5eabcfea8064942e Subproject commit 09955e9d30c19c1a180fd3aacdb85961641da2bc
...@@ -151,7 +151,7 @@ export default function Settings() { ...@@ -151,7 +151,7 @@ export default function Settings() {
<Route path="/settings/feedback"> <Route path="/settings/feedback">
<Feedback /> <Feedback />
</Route> </Route>
<Route path="/" exact> <Route path="/">
<Account /> <Account />
</Route> </Route>
</Switch> </Switch>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment