Skip to content

Commit

Permalink
Backport "fix destructuring of lastSelectedProvider (#8197)" (#8461)
Browse files Browse the repository at this point in the history
Backport #8197 to v7.7.9.

Co-authored-by: Brad Decker <[email protected]>
  • Loading branch information
Gudahtt and brad-decker authored Apr 29, 2020
1 parent 361c571 commit 4d9d732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const mapStateToProps = state => {
const {
loadingMessage,
currentView,
lastSelectedProvider,
} = state.appState
const {
provider,
lastSelectedProvider,
network,
} = state.metamask
const { rpcTarget, chainId, ticker, nickname, type } = provider
Expand Down

0 comments on commit 4d9d732

Please sign in to comment.