@mseva/upyog-ui-module-chb 1.1.7 → 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, {