diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 023d988d..5ee31f95 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -67,7 +67,7 @@ const RowCoin = ({ network, iconLeft, iconRight }) => ( ); const iconShape = { - type: PropTypes.arrayOf(PropTypes.string).isRequired, + type: PropTypes.object.isRequired, color: PropTypes.string.isRequired, size: PropTypes.number.isRequired, };