mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
Merge pull request #380 from trezor/fix/invalid-prop-tooltip
fix proptypes
This commit is contained in:
commit
9c974c6415
@ -68,7 +68,7 @@ Tooltip.propTypes = {
|
||||
PropTypes.string,
|
||||
]),
|
||||
readMoreLink: PropTypes.string,
|
||||
enterDelayMs: PropTypes.bool,
|
||||
enterDelayMs: PropTypes.number,
|
||||
};
|
||||
|
||||
export default Tooltip;
|
||||
|
Loading…
Reference in New Issue
Block a user