mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
Change expected type to array.
This commit is contained in:
parent
7ff5fd8691
commit
f0ab4ce52d
@ -295,7 +295,7 @@ AccountDropdowns.defaultProps = {
|
||||
AccountDropdowns.propTypes = {
|
||||
identities: PropTypes.objectOf(PropTypes.object),
|
||||
selected: PropTypes.string,
|
||||
keyrings: PropTypes.objectOf(PropTypes.object),
|
||||
keyrings: PropTypes.array,
|
||||
}
|
||||
|
||||
const mapDispatchToProps = (dispatch) => {
|
||||
|
Loading…
Reference in New Issue
Block a user