Update 0BDFDB.plugin.js
This commit is contained in:
parent
4d9ef55f65
commit
c8f3b3cdc7
|
@ -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}));
|
||||
|
|
Loading…
Reference in New Issue