mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28:09 +00:00
fix NotificationGroup.propTypes
This commit is contained in:
parent
60b0e35b2c
commit
f5bf14b776
@ -118,8 +118,14 @@ Group.propTypes = {
|
||||
PropTypes.shape({
|
||||
key: PropTypes.object,
|
||||
type: PropTypes.string,
|
||||
title: PropTypes.string,
|
||||
message: PropTypes.string,
|
||||
title: PropTypes.oneOfType([
|
||||
PropTypes.string,
|
||||
PropTypes.node,
|
||||
]),
|
||||
message: PropTypes.oneOfType([
|
||||
PropTypes.string,
|
||||
PropTypes.node,
|
||||
]),
|
||||
}),
|
||||
),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user