mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-01 17:02:07 +00:00
Fix prop type for title
This commit is contained in:
parent
78d2b411fb
commit
1ebb893487
@ -20,7 +20,7 @@ const Title = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
Title.propTypes = {
|
Title.propTypes = {
|
||||||
children: PropTypes.element,
|
children: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Title;
|
export default Title;
|
||||||
|
Loading…
Reference in New Issue
Block a user