@mseva/upyog-ui-module-chb 1.1.6 → 1.1.8

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.
@@ -18559,12 +18559,9 @@ const ChbApplication = ({
18559
18559
  }), /*#__PURE__*/React.createElement(KeyNote, {
18560
18560
  keyValue: t("PT_COMMON_TABLE_COL_STATUS_LABEL"),
18561
18561
  note: t(`${application === null || application === void 0 ? void 0 : application.bookingStatus}`)
18562
- }), /*#__PURE__*/React.createElement("div", null, application.bookingStatus === "PENDING_PAYMENT" ? /*#__PURE__*/React.createElement(SubmitBar, {
18562
+ }), /*#__PURE__*/React.createElement("div", null, application.bookingStatus === "PENDING_FOR_PAYMENT" ? /*#__PURE__*/React.createElement(SubmitBar, {
18563
18563
  label: t("CS_APPLICATION_DETAILS_MAKE_PAYMENT"),
18564
- onSubmit: handleMakePayment,
18565
- style: {
18566
- margin: "20px"
18567
- }
18564
+ onSubmit: handleMakePayment
18568
18565
  }) : /*#__PURE__*/React.createElement(Link, {
18569
18566
  to: `/digit-ui/citizen/chb/application/${application === null || application === void 0 ? void 0 : application.bookingNo}/${application === null || application === void 0 ? void 0 : application.tenantId}`
18570
18567
  }, /*#__PURE__*/React.createElement(SubmitBar, {
@@ -41870,7 +41867,7 @@ const CHBApplicationDetails = () => {
41870
41867
  hallName: chb_details === null || chb_details === void 0 ? void 0 : chb_details.communityHallName,
41871
41868
  hallCode: t(slot.hallCode) + " - " + slot.capacity,
41872
41869
  bookingDate: slot.bookingDate,
41873
- bookingStatus: t(`WF_NEWTL_${slot === null || slot === void 0 ? void 0 : slot.status}`)
41870
+ bookingStatus: t(`WF_CHB_${slot === null || slot === void 0 ? void 0 : slot.status}`)
41874
41871
  }))) || [];
41875
41872
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
41876
41873
  className: "cardHeaderWithOptions",