@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.37 → 7.48.1-EPDM-12680.38
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
@@ -768,10 +768,8 @@
|
|
768
768
|
}
|
769
769
|
},
|
770
770
|
computed: {
|
771
|
-
dataListToDisplay(){
|
772
|
-
return this.hasExpandedSection
|
773
|
-
? this.dataList
|
774
|
-
: this.compressedDataList"
|
771
|
+
dataListToDisplay() {
|
772
|
+
return this.hasExpandedSection ? this.dataList : this.compressedDataList
|
775
773
|
},
|
776
774
|
hasExpandedSection() {
|
777
775
|
return this.expandedInverters.length > 0
|