From f8c1946f8e98dd1e16061614aca458a5e8f21646 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 22 Mar 2019 10:10:45 +0100 Subject: [PATCH] fix rowcoin iconleft proptype --- .../components/LeftNavigation/components/RowCoin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };