@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.
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18640,12 +18640,9 @@ const ChbApplication = _ref => {
|
|
|
18640
18640
|
}), /*#__PURE__*/React__default.createElement(digitUiReactComponents.KeyNote, {
|
|
18641
18641
|
keyValue: t("PT_COMMON_TABLE_COL_STATUS_LABEL"),
|
|
18642
18642
|
note: t("" + (application === null || application === void 0 ? void 0 : application.bookingStatus))
|
|
18643
|
-
}), /*#__PURE__*/React__default.createElement("div", null, application.bookingStatus === "
|
|
18643
|
+
}), /*#__PURE__*/React__default.createElement("div", null, application.bookingStatus === "PENDING_FOR_PAYMENT" ? /*#__PURE__*/React__default.createElement(digitUiReactComponents.SubmitBar, {
|
|
18644
18644
|
label: t("CS_APPLICATION_DETAILS_MAKE_PAYMENT"),
|
|
18645
|
-
onSubmit: handleMakePayment
|
|
18646
|
-
style: {
|
|
18647
|
-
margin: "20px"
|
|
18648
|
-
}
|
|
18645
|
+
onSubmit: handleMakePayment
|
|
18649
18646
|
}) : /*#__PURE__*/React__default.createElement(reactRouterDom.Link, {
|
|
18650
18647
|
to: "/digit-ui/citizen/chb/application/" + (application === null || application === void 0 ? void 0 : application.bookingNo) + "/" + (application === null || application === void 0 ? void 0 : application.tenantId)
|
|
18651
18648
|
}, /*#__PURE__*/React__default.createElement(digitUiReactComponents.SubmitBar, {
|