@eturnity/eturnity_reusable_components 7.4.4-EPDM-7260.20 → 7.4.4-EPDM-7260.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.4.4-EPDM-7260.20",
3
+ "version": "7.4.4-EPDM-7260.21",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -625,6 +625,7 @@ export default {
625
625
 
626
626
  return
627
627
  }
628
+
628
629
  el.style.display = 'inherit'
629
630
  })
630
631
  },
@@ -514,8 +514,6 @@ export default {
514
514
 
515
515
  if (labels) {
516
516
  labels.value.forEach((label) => {
517
- if (this.hasOverlap) return
518
-
519
517
  label.selectedTariffs.forEach((tariff) => {
520
518
  this.hasOverlap = this.checkOverlap(tariff, label.selectedTariffs)
521
519