ui-kit-ck-consultant 0.6.25 → 0.6.26

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.
@@ -879,6 +879,8 @@ var Table = /*#__PURE__*/function (_React$Component) {
879
879
  _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
880
880
 
881
881
  _this.getArray = function (data) {
882
+ console.log('Array', Array.isArray(data), data);
883
+
882
884
  if (data && Array.isArray(data)) {
883
885
  return data;
884
886
  } else if (data) {