From abf6b15d207a02613b03318b19801fe1e14c38a9 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 6 Oct 2020 11:57:12 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index e61784ea3b..a17153afd6 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -5622,6 +5622,7 @@ module.exports = (_ => { let isString = typeof this.props.icon == "string"; return !this.props.icon ? null : BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.SvgIcon, { className: BDFDB.disCN.menuicon, + nativeClass: true, iconSVG: isString ? this.props.icon : null, name: !isString ? this.props.icon : null });