Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-09-02 12:02:38 +02:00
parent f563242e74
commit 857b46df2c
1 changed files with 1 additions and 1 deletions

View File

@ -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,