ui-kit-ck-consultant 0.5.173 → 0.5.174

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.js CHANGED
@@ -1293,6 +1293,11 @@ var TabsCustomItem = /*#__PURE__*/function (_React$Component) {
1293
1293
  var _classNames;
1294
1294
 
1295
1295
  var tabsItemClass = classNames$1((_classNames = {}, _classNames[style$f.tabs_custom_item] = true, _classNames[style$f.active] = !!this.props.active, _classNames[this.props.className] = !!this.props.className, _classNames));
1296
+
1297
+ if (!this.props.active) {
1298
+ return null;
1299
+ }
1300
+
1296
1301
  return /*#__PURE__*/React__default.createElement("div", {
1297
1302
  className: tabsItemClass
1298
1303
  }, this.props.children);