@bookmypuja-tech/bmp-pdf 0.3.18 → 0.3.19
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3363,7 +3363,7 @@ var A4Invoice = ({ data }) => {
|
|
|
3363
3363
|
/* @__PURE__ */ React17.createElement(Text_default, null, data.subTotal)
|
|
3364
3364
|
)
|
|
3365
3365
|
),
|
|
3366
|
-
/* @__PURE__ */ React17.createElement(
|
|
3366
|
+
data.postalCharges ? /* @__PURE__ */ React17.createElement(
|
|
3367
3367
|
View12,
|
|
3368
3368
|
{
|
|
3369
3369
|
style: {
|
|
@@ -3393,7 +3393,7 @@ var A4Invoice = ({ data }) => {
|
|
|
3393
3393
|
},
|
|
3394
3394
|
/* @__PURE__ */ React17.createElement(Text_default, null, data.postalCharges)
|
|
3395
3395
|
)
|
|
3396
|
-
),
|
|
3396
|
+
) : null,
|
|
3397
3397
|
/* @__PURE__ */ React17.createElement(
|
|
3398
3398
|
View12,
|
|
3399
3399
|
{
|
package/package.json
CHANGED