@stock-in-the-channel/sinch-vue-components 0.0.338 → 0.0.339

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -39552,7 +39552,7 @@ const YR = { class: "q-ma-sm" }, JR = { class: "row" }, GR = { class: "text-h5 c
39552
39552
  N(P(De), { key: "quantity" }, {
39553
39553
  default: B(() => [
39554
39554
  S("div", lD, [
39555
- s.value && s.value.externalSystemType == P(er).Microsoft && s.value?.providerData?.refundableQuantity ? (U(), re("a", {
39555
+ s.value && s.value.externalSystemType == P(er).Microsoft && s.value?.providerData?.refundableQuantity && s.value?.providerData?.refundableQuantity.totalQuantity > 0 ? (U(), re("a", {
39556
39556
  key: 0,
39557
39557
  href: "javascript:void(0)",
39558
39558
  class: "text-center q-mr-sm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.338",
3
+ "version": "0.0.339",
4
4
  "files": [
5
5
  "dist"
6
6
  ],