Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2024-09-05 14:47:32 +02:00
parent 4d9ef55f65
commit c8f3b3cdc7
1 changed files with 0 additions and 8 deletions

View File

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