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'.
feature/default_network_editable
Mark Stacey 4 years ago committed by GitHub
parent 85c81a5cfe
commit 5121fded67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/mobile-sync/mobile-sync.container.js

@ -19,7 +19,7 @@ const mapStateToProps = (state) => {
} = state
return {
mostRecentOverviewpage: getMostRecentOverviewPage(state),
mostRecentOverviewPage: getMostRecentOverviewPage(state),
selectedAddress,
}
}

Loading…
Cancel
Save