@bytebrand/fe-ui-core 4.1.155 → 4.1.156
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
|
@@ -609,7 +609,7 @@ const getDecoratedProps = (
|
|
|
609
609
|
icon: 'fuelConsumption',
|
|
610
610
|
title: t('vehicleProps:title.consumptionPowerCombined'),
|
|
611
611
|
get value() {
|
|
612
|
-
const consumptionPowerCombined = car.consumption.
|
|
612
|
+
const consumptionPowerCombined = car.consumption.consumptionCombined;
|
|
613
613
|
const consumptionUnit = car.consumption.consumptionUnit || 'consumption_consumptionUnit_l';
|
|
614
614
|
const translatedUnit = t(`cbd:${consumptionUnit}`);
|
|
615
615
|
return Number.isFinite(consumptionPowerCombined)
|