mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix mobile sync redirect (#8860)
The mobile sync redirect was failing due to a typo in a prop. It would fail to redirect correctly in the event of a timeout, or after pressing 'Cancel'.
This commit is contained in:
parent
85c81a5cfe
commit
5121fded67
@ -19,7 +19,7 @@ const mapStateToProps = (state) => {
|
||||
} = state
|
||||
|
||||
return {
|
||||
mostRecentOverviewpage: getMostRecentOverviewPage(state),
|
||||
mostRecentOverviewPage: getMostRecentOverviewPage(state),
|
||||
selectedAddress,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user