aefis-core-ui 3.0.0-rc115 → 3.0.0-rc116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6625,7 +6625,7 @@ const ContentBox = ({
|
|
|
6625
6625
|
titleBadge && setInvisible(false);
|
|
6626
6626
|
}, [titleBadge]);
|
|
6627
6627
|
const renderChildren = () => {
|
|
6628
|
-
|
|
6628
|
+
return children ? /*#__PURE__*/React__default.cloneElement(children) : "";
|
|
6629
6629
|
};
|
|
6630
6630
|
titleProps.component = _titleComponent;
|
|
6631
6631
|
if (!_wrapTitle) {
|