Skip to content

Commit

Permalink
wallet-ext: fix route warning (MystenLabs#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
666lcz authored Aug 6, 2022
1 parent 70e2ffc commit 5302052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/src/ui/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const App = () => {
}, [location, dispatch]);
return (
<Routes>
<Route path="/" element={<HomePage />}>
<Route path="/*" element={<HomePage />}>
<Route
index
element={<Navigate to="/tokens" replace={true} />}
Expand Down

0 comments on commit 5302052

Please sign in to comment.