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:
parent
5ac900d30f
commit
f8c1946f8e
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user