1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

fix rowcoin iconleft proptype

This commit is contained in:
slowbackspace 2019-03-22 10:10:45 +01:00
parent 5ac900d30f
commit f8c1946f8e

View File

@ -67,7 +67,7 @@ const RowCoin = ({ network, iconLeft, iconRight }) => (
); );
const iconShape = { const iconShape = {
type: PropTypes.arrayOf(PropTypes.string).isRequired, type: PropTypes.object.isRequired,
color: PropTypes.string.isRequired, color: PropTypes.string.isRequired,
size: PropTypes.number.isRequired, size: PropTypes.number.isRequired,
}; };