@antscorp/antsomi-ui 1.3.5-beta.168 → 1.3.5-beta.169

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.
@@ -120,7 +120,7 @@ export const CategoryListing = memo(props => {
120
120
  });
121
121
  return menuItems;
122
122
  }, [getItem, items]);
123
- return show || header ? (React.createElement(MenuWrapper, { "$width": width },
123
+ return (show && !isEmpty(menuItems)) || header ? (React.createElement(MenuWrapper, { "$width": width },
124
124
  header,
125
125
  React.createElement("div", { className: "category__listing" },
126
126
  React.createElement(Spin, { spinning: loading, wrapperClassName: "template-listing__loading" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.168",
3
+ "version": "1.3.5-beta.169",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",