@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.modern.js
CHANGED
|
@@ -36259,7 +36259,7 @@ var Search = {
|
|
|
36259
36259
|
value: amountPerTrip
|
|
36260
36260
|
}, totalAmount === "N/A" ? {
|
|
36261
36261
|
title: "ES_PAYMENT_DETAILS_TOTAL_AMOUNT",
|
|
36262
|
-
value: (response === null || response === void 0 ? void 0 : response.noOfTrips) * amountPerTrip
|
|
36262
|
+
value: amountPerTrip === "N/A" ? "N/A" : (response === null || response === void 0 ? void 0 : response.noOfTrips) * amountPerTrip
|
|
36263
36263
|
} : {
|
|
36264
36264
|
title: "ES_PAYMENT_DETAILS_TOTAL_AMOUNT",
|
|
36265
36265
|
value: totalAmount
|