@mseva/upyog-ui-module-chb 1.1.6 → 1.1.7
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42154,7 +42154,7 @@ const CHBApplicationDetails = () => {
|
|
|
42154
42154
|
hallName: chb_details === null || chb_details === void 0 ? void 0 : chb_details.communityHallName,
|
|
42155
42155
|
hallCode: t(slot.hallCode) + " - " + slot.capacity,
|
|
42156
42156
|
bookingDate: slot.bookingDate,
|
|
42157
|
-
bookingStatus: t("
|
|
42157
|
+
bookingStatus: t("WF_CHB_" + (slot === null || slot === void 0 ? void 0 : slot.status))
|
|
42158
42158
|
}))) || [];
|
|
42159
42159
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("div", {
|
|
42160
42160
|
className: "cardHeaderWithOptions",
|