From 857b46df2cc7843685072b0562dbd8e062accdc9 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 2 Sep 2022 12:02:38 +0200 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 96be9853fe..0dd4c0105a 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7096,7 +7096,7 @@ module.exports = (_ => { id: this.props.addon && this.props.addon.name && `${this.props.addon.name}-settings`, className: BDFDB.disCN.settingspanel, children: [ - this.props.addon.changeLog && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TooltipContainer, { + this.props.addon.changeLog && !BDFDB.ObjectUtils.isEmpty(this.props.addon.changeLog) && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TooltipContainer, { text: BDFDB.LanguageUtils.LanguageStrings.CHANGE_LOG, children: BDFDB.ReactUtils.createElement(Internal.LibraryComponents.Clickable, { className: BDFDB.disCN._repochangelogbutton,