Initial RoomTagContextMenu wired in

This commit is contained in:
wmwragg 2016-08-05 15:49:03 +01:00
parent 7880734d77
commit b3459be707
2 changed files with 4 additions and 3 deletions

View file

@ -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({