ywana-core8 0.0.622 → 0.0.623

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.
@@ -5754,7 +5754,7 @@ var CollectionPage = function CollectionPage(props) {
5754
5754
  canDelete: canDelete,
5755
5755
  canEdit: canEdit,
5756
5756
  onReload: reloadSelection
5757
- }), children ? /*#__PURE__*/React.createElement("article", null, children) : null), /*#__PURE__*/React.createElement("footer", null, footer));
5757
+ }), children ? /*#__PURE__*/React.createElement("article", null, children) : null, /*#__PURE__*/React.createElement("footer", null, footer)));
5758
5758
  };
5759
5759
  var CollectionFilters = function CollectionFilters(props) {
5760
5760
  var change = function change(next) {