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}));