From c8f3b3cdc70ae9bbb690158c27175fc458c01d9e Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 5 Sep 2024 14:47:32 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index e46cb7693e..e35d2864e8 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -4760,14 +4760,6 @@ module.exports = (_ => { this.props.input && BDFDB.ReactUtils.createElement("div", { className: BDFDB.disCN.menuiconcontainer, children: this.props.input - }), - this.props.imageUrl && BDFDB.ReactUtils.createElement("div", { - className: BDFDB.disCN.menuimagecontainer, - children: BDFDB.ReactUtils.createElement("img", { - className: BDFDB.disCN.menuimage, - src: typeof this.props.imageUrl == "function" ? this.props.imageUrl(this) : this.props.imageUrl, - alt: "" - }) }) ].filter(n => n) }, this.props.menuItemProps, {isFocused: focused}));