onMuteNotifications validation (tootsuite pr #6092)

local
cwm 7 years ago
parent 2bbd22e91c
commit 083571915f
  1. 1
      app/javascript/flavours/glitch/components/account.js

@ -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,
};

Loading…
Cancel
Save