@mseva/digit-ui-module-common 1.1.67 → 1.1.68
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 +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -610,7 +610,6 @@ const BillDetails = ({
|
|
|
610
610
|
businessService
|
|
611
611
|
}) => {
|
|
612
612
|
var _Digit$UserService$ge, _data$Bill, _data$Bill$, _bill$billDetails, _bill$billDetails$sor, _bill$billDetails2, _bill$billDetails2$so, _application$pdfData5, _application$pdfData6, _application$pdfData7, _application$pdfData8, _application$pdfData9, _application$pdfData0, _application$pdfData1, _application$pdfData10;
|
|
613
|
-
console.log("businessServiceat bisllmainpage", businessService);
|
|
614
613
|
const {
|
|
615
614
|
t
|
|
616
615
|
} = useTranslation();
|
|
@@ -624,7 +623,6 @@ const BillDetails = ({
|
|
|
624
623
|
let {
|
|
625
624
|
consumerCode
|
|
626
625
|
} = useParams();
|
|
627
|
-
console.log("consumerCode at bill main page", consumerCode);
|
|
628
626
|
const {
|
|
629
627
|
workflow: wrkflow,
|
|
630
628
|
tenantId: _tenantId,
|