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:
parent
e2d6798673
commit
e39485cb1c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user