Fix missing prop warning for <Account> (#30291)

This commit is contained in:
Renaud Chaput 2024-05-14 20:15:42 +02:00 committed by GitHub
parent b5b84fad65
commit 1bf661cddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,6 @@ Account.propTypes = {
onBlock: PropTypes.func,
onMute: PropTypes.func,
onMuteNotifications: PropTypes.func,
intl: PropTypes.object.isRequired,
hidden: PropTypes.bool,
minimal: PropTypes.bool,
defaultAction: PropTypes.string,