ywana-core8 0.0.47 → 0.0.48

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.cjs CHANGED
@@ -772,9 +772,7 @@ var Section = function Section(props) {
772
772
  return /*#__PURE__*/React__default["default"].createElement("section", {
773
773
  className: "section2 " + className
774
774
  }, /*#__PURE__*/React__default["default"].createElement(Header, {
775
- icon: {
776
- icon: icon
777
- },
775
+ icon: icon,
778
776
  title: title
779
777
  }, actions, canCollapse ? /*#__PURE__*/React__default["default"].createElement(Icon, {
780
778
  icon: "expand_more",