1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-24 16:08:11 +00:00

Fix propType for an icon

This commit is contained in:
Vasek Mlejnsky 2018-08-24 11:44:19 +02:00
parent db2008811d
commit b4f267f05e

View File

@ -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,
};