@patternfly/quickstarts 6.2.0-prerelease.7 → 6.2.0

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.js CHANGED
@@ -1899,8 +1899,7 @@ const QuickStartCatalogPage = ({ quickStarts, showFilter, sortFnc = (q1, q2) =>
1899
1899
  hint && React__namespace.createElement("div", null, hint))),
1900
1900
  showTitle && React__namespace.createElement(reactCore.Divider, { component: "div" }),
1901
1901
  showFilter && (React__namespace.createElement(React__namespace.Fragment, null,
1902
- React__namespace.createElement(QuickStartCatalogFilter, { quickStartsCount: filteredQuickStarts.length, onSearchInputChange: onSearchInputChange, onStatusChange: onStatusChange }),
1903
- React__namespace.createElement(reactCore.Divider, { component: "div" }))))),
1902
+ React__namespace.createElement(QuickStartCatalogFilter, { quickStartsCount: filteredQuickStarts.length, onSearchInputChange: onSearchInputChange, onStatusChange: onStatusChange }))))),
1904
1903
  React__namespace.createElement(reactCore.PageSection, { hasBodyWrapper: false }, filteredQuickStarts.length === 0 ? (React__namespace.createElement(QuickStartCatalogEmptyState, { clearFilters: clearFilters })) : (React__namespace.createElement(QuickStartCatalog, { quickStarts: filteredQuickStarts })))));
1905
1904
  };
1906
1905