@mseva/digit-ui-module-rentandlease 1.0.15 → 1.0.16

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.
@@ -9696,7 +9696,7 @@ const MyProperties = ({
9696
9696
  marginLeft: "8px"
9697
9697
  }
9698
9698
  }, t(header), " (", totalCount, ")"), getPropertiesData === null || getPropertiesData === void 0 ? void 0 : getPropertiesData.map((property, index) => {
9699
- var _property$additionalD;
9699
+ var _property$additionalD, _property$additionalD2;
9700
9700
  return /*#__PURE__*/React.createElement(Card, {
9701
9701
  key: index
9702
9702
  }, /*#__PURE__*/React.createElement(KeyNote, {
@@ -9709,8 +9709,8 @@ const MyProperties = ({
9709
9709
  keyValue: t("STATUS"),
9710
9710
  note: t(property.status)
9711
9711
  }), /*#__PURE__*/React.createElement(KeyNote, {
9712
- keyValue: t("UC_OWNER_NAME_LABEL"),
9713
- note: property !== null && property !== void 0 && property.OwnerInfo && (property === null || property === void 0 ? void 0 : property.OwnerInfo.length) > 0 ? property === null || property === void 0 ? void 0 : property.OwnerInfo.map(o => o.name || t("CS_NA")).join(", ") : t("CS_NA")
9712
+ keyValue: t("RENT_LEASE_PROPERTY_NAME"),
9713
+ note: (property === null || property === void 0 ? void 0 : (_property$additionalD2 = property.additionalDetails) === null || _property$additionalD2 === void 0 ? void 0 : _property$additionalD2.propertyName) || t("CS_NA")
9714
9714
  }), /*#__PURE__*/React.createElement("div", {
9715
9715
  style: {
9716
9716
  display: "flex",