diff --git a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index e02eb165..819ff669 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -81,7 +81,7 @@ const RowCoin = ({ ); const iconShape = { - type: PropTypes.string.isRequired, + type: PropTypes.arrayOf(PropTypes.string).isRequired, color: PropTypes.string.isRequired, size: PropTypes.number.isRequired, };