onMuteNotifications validation (tootsuite pr #6092)

master
cwm 2017-12-26 13:25:43 -06:00
parent 2bbd22e91c
commit 083571915f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export default class Account extends ImmutablePureComponent {
onFollow: PropTypes.func.isRequired,
onBlock: PropTypes.func.isRequired,
onMute: PropTypes.func.isRequired,
onMuteNotifications: PropTypes.func.isRequired,
intl: PropTypes.object.isRequired,
hidden: PropTypes.bool,
};