@egovernments/digit-ui-libraries 1.5.6-fsm.1.2.1 → 1.5.9-fsm.1.2.1
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
|
@@ -36262,7 +36262,7 @@ var Search = {
|
|
|
36262
36262
|
value: amountPerTrip
|
|
36263
36263
|
}, totalAmount === "N/A" ? {
|
|
36264
36264
|
title: "ES_PAYMENT_DETAILS_TOTAL_AMOUNT",
|
|
36265
|
-
value: (response === null || response === void 0 ? void 0 : response.noOfTrips) * amountPerTrip
|
|
36265
|
+
value: amountPerTrip === "N/A" ? "N/A" : (response === null || response === void 0 ? void 0 : response.noOfTrips) * amountPerTrip
|
|
36266
36266
|
} : {
|
|
36267
36267
|
title: "ES_PAYMENT_DETAILS_TOTAL_AMOUNT",
|
|
36268
36268
|
value: totalAmount
|