don't always show badge (leftover)
This commit is contained in:
parent
99bf6b0e32
commit
cc29dd08da
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
this.state.badgeHover = true;
|
|
||||||
const isInvite = this.props.room.getMyMembership() === "invite";
|
const isInvite = this.props.room.getMyMembership() === "invite";
|
||||||
const notificationCount = this.state.notificationCount;
|
const notificationCount = this.state.notificationCount;
|
||||||
// var highlightCount = this.props.room.getUnreadNotificationCount("highlight");
|
// var highlightCount = this.props.room.getUnreadNotificationCount("highlight");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue