1
0
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:
Kevin Serrano 2017-09-07 11:51:04 -07:00
parent 7ff5fd8691
commit f0ab4ce52d
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -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) => {