Skip to content

Commit

Permalink
Backport "fix destructuring of lastSelectedProvider (#8197)"
Browse files Browse the repository at this point in the history
Backport #8197 to v7.7.9.
  • Loading branch information
brad-decker authored and Gudahtt committed Apr 29, 2020
1 parent 361c571 commit b33d2d8
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 b33d2d8

Please sign in to comment.