ui-kit-ck-consultant 0.5.136 → 0.5.137

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.
@@ -891,7 +891,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
891
891
  _proto.render = function render() {
892
892
  return /*#__PURE__*/React.createElement("div", {
893
893
  className: classNames$1(style$b.card, this.props.className)
894
- }, this.props.isLoader ? /*#__PURE__*/React.createElement("div", {
894
+ }, this.props.isLoad ? /*#__PURE__*/React.createElement("div", {
895
895
  className: style$b.card_loader_container
896
896
  }, /*#__PURE__*/React.createElement("div", {
897
897
  className: classNames$1(style$b.loader_element, this.props.classNameChildren)