Skip to content

Commit

Permalink
-1 to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Sep 23, 2024
1 parent 6b2ac44 commit 814d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/walletSwitcher/newWatchWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NewWatchWallet = () => {
const navigate = useRainbowNavigate();

const onFinishImporting = useCallback(async () => {
navigate(-2);
navigate(-3);
}, [navigate]);

return (
Expand Down

0 comments on commit 814d888

Please sign in to comment.