1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

Merge branch 'master' of github.com:satoshilabs/trezor-wallet

This commit is contained in:
Szymon Lesisz 2019-02-26 15:19:45 +01:00
commit 6b6a7ac481

View File

@ -28,7 +28,7 @@ const Backdrop = ({
); );
Backdrop.propTypes = { Backdrop.propTypes = {
show: PropTypes.bool.isRequired, show: PropTypes.bool,
className: PropTypes.string, className: PropTypes.string,
animated: PropTypes.bool, animated: PropTypes.bool,
onClick: PropTypes.func, onClick: PropTypes.func,