Browse Source

onMuteNotifications validation (tootsuite pr #6092)

closed-social-glitch-2
cwm 6 years ago
parent
commit
083571915f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/components/account.js

+ 1
- 0
app/javascript/flavours/glitch/components/account.js 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,
};

Loading…
Cancel
Save