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.
|
@@ -516,7 +516,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
516
516
|
console.warn(`Translation function not provided for key: ${key}`);
|
|
517
517
|
return key;
|
|
518
518
|
};
|
|
519
|
-
const companyData = (
|
|
519
|
+
const companyData = (_b = (_a = data == null ? void 0 : data.sectionDataBindingItems) == null ? void 0 : _a[0]) == null ? void 0 : _b.data;
|
|
520
520
|
if (!companyData) {
|
|
521
521
|
return null;
|
|
522
522
|
}
|