1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix loading prop type (#7563)

This commit is contained in:
ricky 2019-11-25 13:15:12 -05:00 committed by GitHub
parent e2d6798673
commit e39485cb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ NetworkDropdownIcon.defaultProps = {
NetworkDropdownIcon.propTypes = {
backgroundColor: PropTypes.string,
loading: PropTypes.boolean,
loading: PropTypes.bool,
innerBorder: PropTypes.string,
diameter: PropTypes.string,
isSelected: PropTypes.bool,