Skip to content

Commit

Permalink
fix: enhance CO2 emissions display in GroupOfEvents component for bet…
Browse files Browse the repository at this point in the history
…ter clarity
  • Loading branch information
D3nnis38 committed Jan 22, 2025
1 parent 5f30cdc commit 1913758
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ export const GroupOfEvents: FC<Props> = ({
<sub>2</sub>
-utsläpp, biogas:
{' '}
<b>{((statistics.distance * 0.072) / 1000).toFixed(2)}</b>
<b>
{((statistics.distance * 0.072) / 1000).toFixed(2)}
{' '}
CO
<sub>2</sub>
e
</b>
</Styled.StatisticsText>
<Styled.StatisticsText>
Uppskattad CO
Expand Down

0 comments on commit 1913758

Please sign in to comment.