1
0
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:
Vladimir Volek 2018-10-17 16:59:12 +02:00
parent 78d2b411fb
commit 1ebb893487

View File

@ -20,7 +20,7 @@ const Title = ({
); );
Title.propTypes = { Title.propTypes = {
children: PropTypes.element, children: PropTypes.string,
}; };
export default Title; export default Title;