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