This commit is contained in:
Mirco Wittrien 2020-05-19 16:37:05 +02:00
parent c4a4352b74
commit cd5a440d03
2 changed files with 2 additions and 2 deletions

View File

@ -7449,7 +7449,7 @@
InternalComponents.LibraryComponents.MenuItems.MenuIcon = InternalBDFDB.loadPatchedComp("MenuItems.MenuIcon") || reactInitialized && class BDFDB_MenuIcon extends LibraryModules.React.Component {
render() {
!this.props.icon ? null : return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.SvgIcon, {
return !this.props.icon ? null : BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.SvgIcon, {
className: BDFDB.disCN.menuicon,
nativeClass: true,
iconSVG: this.props.icon

File diff suppressed because one or more lines are too long