From cc29dd08daff241839862072aa48dec7b5266133 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 16 Oct 2018 14:54:14 +0200 Subject: [PATCH] don't always show badge (leftover) --- src/components/views/rooms/RoomTile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/rooms/RoomTile.js b/src/components/views/rooms/RoomTile.js index e70ea210f4..1afff783a1 100644 --- a/src/components/views/rooms/RoomTile.js +++ b/src/components/views/rooms/RoomTile.js @@ -243,7 +243,6 @@ module.exports = React.createClass({ }, render: function() { - this.state.badgeHover = true; const isInvite = this.props.room.getMyMembership() === "invite"; const notificationCount = this.state.notificationCount; // var highlightCount = this.props.room.getUnreadNotificationCount("highlight");