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

View File

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