1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Handling invalid prop loading console warning (#15177)

This commit is contained in:
VSaric 2022-07-12 15:44:49 +02:00 committed by GitHub
parent 4f0115fcdc
commit baeaf763d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ WalletOverview.propTypes = {
buttons: PropTypes.element.isRequired, buttons: PropTypes.element.isRequired,
className: PropTypes.string, className: PropTypes.string,
icon: PropTypes.element.isRequired, icon: PropTypes.element.isRequired,
loading: PropTypes.boolean, loading: PropTypes.bool,
}; };
WalletOverview.defaultProps = { WalletOverview.defaultProps = {