@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.28 → 7.48.1-EPDM-12680.30
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
@@ -117,12 +117,7 @@
|
|
117
117
|
}}
|
118
118
|
{{ $gettext('kWAC') }}
|
119
119
|
</MarkerItem>
|
120
|
-
<MarkerItem
|
121
|
-
v-if="
|
122
|
-
itemHasStrings(item) &&
|
123
|
-
(!hasExpandedSection || item.quantity == 1)
|
124
|
-
"
|
125
|
-
>
|
120
|
+
<MarkerItem v-if="!itemHasStrings(item)">
|
126
121
|
{{
|
127
122
|
numberToString({
|
128
123
|
value: item.inputMaxPowerKw,
|