1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix Merge Problems; update yarn lock

This commit is contained in:
Chi Kei Chan 2017-09-18 11:34:07 -07:00
parent 6c5865d564
commit 162a3827c7
2 changed files with 558 additions and 49 deletions

View File

@ -453,5 +453,11 @@ const mapDispatchToProps = (dispatch) => {
}
}
module.exports = connect(null, mapDispatchToProps)(AccountDropdowns)
function mapStateToProps (state) {
return {
keyrings: state.metamask.keyrings,
}
}
module.exports = connect(mapStateToProps, mapDispatchToProps)(AccountDropdowns)

599
yarn.lock

File diff suppressed because it is too large Load Diff