Initial RoomTagContextMenu wired in
This commit is contained in:
parent
7880734d77
commit
b3459be707
2 changed files with 4 additions and 3 deletions
|
@ -46,6 +46,7 @@ module.exports = React.createClass({
|
|||
// return {
|
||||
// areNotifsMuted: areNotifsMuted,
|
||||
// };
|
||||
return null;
|
||||
},
|
||||
|
||||
// _save: function( isMuted ) {
|
||||
|
@ -104,7 +105,7 @@ module.exports = React.createClass({
|
|||
|
||||
var lowPriorityClasses = classNames({
|
||||
'mx_RoomTagContextMenu_field': true,
|
||||
'mx_RoomTagContextMenu_fieldSet': !this.state.areNotifsMuted,
|
||||
'mx_RoomTagContextMenu_fieldSet': true,
|
||||
});
|
||||
|
||||
var leaveClasses = classNames({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue