mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Handling invalid prop loading
console warning (#15177)
This commit is contained in:
parent
4f0115fcdc
commit
baeaf763d7
@ -19,7 +19,7 @@ WalletOverview.propTypes = {
|
||||
buttons: PropTypes.element.isRequired,
|
||||
className: PropTypes.string,
|
||||
icon: PropTypes.element.isRequired,
|
||||
loading: PropTypes.boolean,
|
||||
loading: PropTypes.bool,
|
||||
};
|
||||
|
||||
WalletOverview.defaultProps = {
|
||||
|
Loading…
Reference in New Issue
Block a user