Fix missing prop warning for <Account>
(#30291)
This commit is contained in:
parent
b5b84fad65
commit
1bf661cddb
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ Account.propTypes = {
|
||||||
onBlock: PropTypes.func,
|
onBlock: PropTypes.func,
|
||||||
onMute: PropTypes.func,
|
onMute: PropTypes.func,
|
||||||
onMuteNotifications: PropTypes.func,
|
onMuteNotifications: PropTypes.func,
|
||||||
intl: PropTypes.object.isRequired,
|
|
||||||
hidden: PropTypes.bool,
|
hidden: PropTypes.bool,
|
||||||
minimal: PropTypes.bool,
|
minimal: PropTypes.bool,
|
||||||
defaultAction: PropTypes.string,
|
defaultAction: PropTypes.string,
|
||||||
|
|
Loading…
Reference in a new issue