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:
parent
925c835a89
commit
470bfea08d
@ -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="#"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user