Skip to content

Commit

Permalink
Fix 'Back' navigation from Restore Vault page when accessed from popu…
Browse files Browse the repository at this point in the history
…p window (#17095)
  • Loading branch information
ryanml authored Jan 9, 2023
1 parent 5964ece commit 7ea8275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/keychains/restore-vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class RestoreVaultPage extends Component {
onClick={(e) => {
e.preventDefault();
this.props.leaveImportSeedScreenState();
this.props.history.goBack();
this.props.history.push(DEFAULT_ROUTE);
}}
href="#"
>
Expand Down

0 comments on commit 7ea8275

Please sign in to comment.