Skip to content

Commit

Permalink
Nav to home after watching a wallet (#1709)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sinclair <[email protected]>
  • Loading branch information
BrodyHughes and DanielSinclair authored Sep 26, 2024
1 parent 51471b1 commit eeef433
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 eeef433

Please sign in to comment.