1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Kevin Serrano 2017-02-22 15:13:59 -08:00
parent 761eb49586
commit 1d0f5fb51c
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -58,7 +58,7 @@ function mapStateToProps (state) {
forgottenPassword: state.appState.forgottenPassword,
lastUnreadNotice: state.metamask.lastUnreadNotice,
lostAccounts: state.metamask.lostAccounts,
frequentRpcList: state.metamask.frequentRpcList
frequentRpcList: state.metamask.frequentRpcList,
}
}