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