mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-23 23:48:07 +00:00
Fix propType for an icon
This commit is contained in:
parent
db2008811d
commit
b4f267f05e
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user