diff --git a/src/modules/Delivery/components/DeliveryList/components/GroupOfEvents/GroupOfEvents.tsx b/src/modules/Delivery/components/DeliveryList/components/GroupOfEvents/GroupOfEvents.tsx index c21dcbf..be75624 100644 --- a/src/modules/Delivery/components/DeliveryList/components/GroupOfEvents/GroupOfEvents.tsx +++ b/src/modules/Delivery/components/DeliveryList/components/GroupOfEvents/GroupOfEvents.tsx @@ -52,14 +52,28 @@ export const GroupOfEvents: FC = ({ {getHoursAndMins(statistics.totalDuration)} - Uppskattad CO2-utsläpp, el: + Uppskattad CO + 2 + -utsläpp, el: {' '} - {getDistance(statistics.distance)} + + {((statistics.distance * 0.011) / 1000).toFixed(2)} + {' '} + CO + 2 + e + Uppskattad CO2-utsläpp, HVO100: {' '} - {getDistance(statistics.distance)} + + {((statistics.distance * 0.072) / 1000).toFixed(2)} + {' '} + CO + 2 + e + Uppskattad aktiv körtid: @@ -77,14 +91,30 @@ export const GroupOfEvents: FC = ({ {getHoursAndMins(statistics.averageStopDuration)} - Uppskattad CO2-utsläpp, biogas: + Uppskattad CO + 2 + -utsläpp, biogas: {' '} - {getDistance(statistics.distance)} + + {((statistics.distance * 0.072) / 1000).toFixed(2)} + {' '} + CO + 2 + e + - Uppskattad CO2-utsläpp, diesel: + Uppskattad CO + 2 + -utsläpp, diesel: {' '} - {getDistance(statistics.distance)} + + {((statistics.distance * 0.147) / 1000).toFixed(2)} + {' '} + CO + 2 + e + Uppskattad distans: @@ -95,9 +125,17 @@ export const GroupOfEvents: FC = ({
- Uppskattad CO2-utsläpp, bensin: + Uppskattad CO + 2 + -utsläpp, bensin: {' '} - {getDistance(statistics.distance)} + + {((statistics.distance * 0.176) / 1000).toFixed(2)} + {' '} + CO + 2 + e +