mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-11 16:41:06 +00:00
Fix propType for an icon
This commit is contained in:
parent
db2008811d
commit
b4f267f05e
@ -81,7 +81,7 @@ const RowCoin = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const iconShape = {
|
const iconShape = {
|
||||||
type: PropTypes.string.isRequired,
|
type: PropTypes.arrayOf(PropTypes.string).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