This commit is contained in:
Mirco Wittrien 2020-03-04 09:27:48 +01:00
parent 5027441c0e
commit 36dde50d4e
2 changed files with 2 additions and 2 deletions

View File

@ -7733,8 +7733,8 @@
InternalComponents.LibraryComponents.SvgIcon = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.SvgIcon") || reactInitialized && class BDFDB_Icon extends LibraryModules.React.Component {
render() {
if (BDFDB.ObjectUtils.is(this.props.name)) {
if (this.props.className) this.props.nativeClass = true;
this.props.iconSVG = this.props.name.icon;
this.props.nativeClass = true;
let props = Object.assign({
width: 24,
height: 24,

File diff suppressed because one or more lines are too long