@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.modern.js
CHANGED
|
@@ -41870,7 +41870,7 @@ const CHBApplicationDetails = () => {
|
|
|
41870
41870
|
hallName: chb_details === null || chb_details === void 0 ? void 0 : chb_details.communityHallName,
|
|
41871
41871
|
hallCode: t(slot.hallCode) + " - " + slot.capacity,
|
|
41872
41872
|
bookingDate: slot.bookingDate,
|
|
41873
|
-
bookingStatus: t(`
|
|
41873
|
+
bookingStatus: t(`WF_CHB_${slot === null || slot === void 0 ? void 0 : slot.status}`)
|
|
41874
41874
|
}))) || [];
|
|
41875
41875
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
41876
41876
|
className: "cardHeaderWithOptions",
|