make the hide/unhide notifications buttons work
This commit is contained in:
@@ -44,9 +44,11 @@ export default class Account extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleMuteNotifications = () => {
|
||||
this.props.onMuteNotifications(this.props.account, true);
|
||||
}
|
||||
|
||||
handleUnmuteNotifications = () => {
|
||||
this.props.onMuteNotifications(this.props.account, false);
|
||||
}
|
||||
|
||||
render () {
|
||||
|
Reference in New Issue
Block a user