From d21ecccf12262b85cf3f2e1fc5cb25d1b0d1b22a Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 13 Feb 2021 21:59:38 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index a3541eeebd..bb5b405904 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -1601,7 +1601,7 @@ module.exports = (_ => { }) ] }), - isMuted && muteConfig && (muteConfig.end_time == 0 ? BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TextElement, { + isMuted && muteConfig && (muteConfig.end_time == null ? BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TextElement, { className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.tooltipmutetext && (connectedUsers.length || streamOwners.length) && BDFDB.disCN.tooltipmutetextwithactivity), size: InternalComponents.LibraryComponents.TextElement.Sizes.SIZE_12, color: InternalComponents.LibraryComponents.TextElement.Colors.MUTED,