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:
parent
6c5865d564
commit
162a3827c7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user