ui-kit-ck-consultant 0.6.40 → 0.6.41

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
@@ -918,13 +918,9 @@ var Table = /*#__PURE__*/function (_React$Component) {
918
918
  return row.type.name === 'Tr';
919
919
  });
920
920
 
921
- console.log('headerRow 1', headerRow);
922
- console.log('headerRow 2', _this.getArray(headerRow));
923
-
924
921
  if (headerRow) {
925
922
  _this.getArray(headerRow).forEach(function (row) {
926
- console.log('row', row);
927
- var header = row.props.children[0].map(function (th) {
923
+ var header = row.props.children.map(function (th) {
928
924
  return th.props && th.props.children ? _this.extractText(th.props.children) : '';
929
925
  }).join(';');
930
926
  dataCSV += header + '\n';