ui-kit-ck-consultant 0.6.39 → 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.
@@ -917,7 +917,7 @@ var Table = /*#__PURE__*/function (_React$Component) {
917
917
 
918
918
  if (headerRow) {
919
919
  _this.getArray(headerRow).forEach(function (row) {
920
- var header = row.props.children[0].map(function (th) {
920
+ var header = row.props.children.map(function (th) {
921
921
  return th.props && th.props.children ? _this.extractText(th.props.children) : '';
922
922
  }).join(';');
923
923
  dataCSV += header + '\n';