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
1 changed files with 0 additions and 1 deletions

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,