ywana-core8 0.0.89 → 0.0.90

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.
@@ -2591,7 +2591,7 @@ var ContentEditor = function ContentEditor(_ref) {
2591
2591
  });
2592
2592
  return filtered.length > 0 ? /*#__PURE__*/React.createElement("section", {
2593
2593
  key: title
2594
- }, /*#__PURE__*/React.createElement("header", null, title), /*#__PURE__*/React.createElement("main", null, filtered.map(function (field) {
2594
+ }, title && title.length > 0 ? /*#__PURE__*/React.createElement("header", null, title) : null, /*#__PURE__*/React.createElement("main", null, filtered.map(function (field) {
2595
2595
  return /*#__PURE__*/React.createElement(FieldEditor, {
2596
2596
  key: field.id,
2597
2597
  field: field,