1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Fix 'Back' navigation from Restore Vault page when accessed from popup window (#17095)

This commit is contained in:
ryanml 2023-01-09 04:19:53 -07:00 committed by GitHub
parent 5964ece8d3
commit 7ea827565c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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="#"
>