mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-12 04:41:18 +01:00
Corrected comment typo
This commit is contained in:
parent
8e19532e5a
commit
c1cfbd6b59
@ -66,7 +66,7 @@ module.exports = React.createClass({
|
|||||||
onAction: function(payload) {
|
onAction: function(payload) {
|
||||||
switch (payload.action) {
|
switch (payload.action) {
|
||||||
case 'notification_change':
|
case 'notification_change':
|
||||||
// Is the notificaion about this room
|
// Is the notification about this room?
|
||||||
if (payload.roomId === this.props.room.roomId) {
|
if (payload.roomId === this.props.room.roomId) {
|
||||||
this.setState( { areNotifsMuted : payload.isMuted });
|
this.setState( { areNotifsMuted : payload.isMuted });
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user