1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01: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 PeterYinusa
parent 925c835a89
commit 470bfea08d

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