|
|
@ -44,9 +44,11 @@ export default class Account extends ImmutablePureComponent {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
handleMuteNotifications = () => {
|
|
|
|
handleMuteNotifications = () => {
|
|
|
|
|
|
|
|
this.props.onMuteNotifications(this.props.account, true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
handleUnmuteNotifications = () => {
|
|
|
|
handleUnmuteNotifications = () => {
|
|
|
|
|
|
|
|
this.props.onMuteNotifications(this.props.account, false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
render () {
|
|
|
|
render () {
|
|
|
|