mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
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,
|
||||
onMute: PropTypes.func,
|
||||
onMuteNotifications: PropTypes.func,
|
||||
intl: PropTypes.object.isRequired,
|
||||
hidden: PropTypes.bool,
|
||||
minimal: PropTypes.bool,
|
||||
defaultAction: PropTypes.string,
|
||||
|
|
Loading…
Reference in a new issue