nvis-fe-cms-libs 1.1.5 → 1.1.6

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.
@@ -513,7 +513,7 @@ const AboutCompanySection = ({ data, t, isDarkMode }) => {
513
513
  console.warn(`Translation function not provided for key: ${key}`);
514
514
  return key;
515
515
  };
516
- const companyData = ((_b = (_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a.filter((item) => item == null ? void 0 : item.data)) == null ? void 0 : _b.map((item) => item.data)) || [];
516
+ const companyData = (_b = (_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a[0]) == null ? void 0 : _b.data;
517
517
  if (!companyData) {
518
518
  return null;
519
519
  }