ui-kit-ck-consultant 0.5.202 → 0.5.203

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.
@@ -10031,16 +10031,14 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
10031
10031
  return /*#__PURE__*/React.createElement("tr", {
10032
10032
  key: idxRow
10033
10033
  }, row.map(function (col, idxCol) {
10034
- return /*#__PURE__*/React.createElement(Fragment$1, {
10035
- idx: idxCol
10036
- }, _this3.props.isWeek || idxCol < 5 ? /*#__PURE__*/React.createElement("td", {
10037
- key: idxCol
10034
+ return _this3.props.isWeek || idxCol < 5 ? /*#__PURE__*/React.createElement("td", {
10035
+ key: idxRow + "-" + idxCol
10038
10036
  }, col ? /*#__PURE__*/React.createElement("span", {
10039
10037
  className: _this3.checkActiveClassName(idxRow, idxCol),
10040
10038
  onClick: function onClick() {
10041
10039
  return _this3.handleActiveClick(idxRow, idxCol);
10042
10040
  }
10043
- }, moment(_this3.state.year + "-" + _this3.state.month + "-" + col, 'YYYY-M-D').format('DD')) : null) : null);
10041
+ }, moment(_this3.state.year + "-" + _this3.state.month + "-" + col, 'YYYY-M-D').format('DD')) : null) : null;
10044
10042
  }));
10045
10043
  })))))), this.props.isTime && this.state.activeDate ? /*#__PURE__*/React.createElement(Col, {
10046
10044
  xs: 12,