ui-kit-ck-consultant 0.5.241 → 0.5.243

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
@@ -739,7 +739,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
739
739
  if (children.props && children.props.children) {
740
740
  _this.getArray(children.props.children).forEach(function (line) {
741
741
  if (line.props && line.props.children) {
742
+ console.log(line.props);
743
+
742
744
  _this.getArray(line.props.children).forEach(function (column) {
745
+ console.log(column.props);
746
+
743
747
  if (column.props && column.props.children) {
744
748
  dataCSV += column.props.children.toString() + ";";
745
749
  } else {