Skip to content

Commit

Permalink
Always show "distance driven" metrics next to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
Renni771 authored and dannon committed Jun 2, 2023
1 parent f9e9e74 commit a04bac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const carbonEmissionsComparisons = computed(() => {
icon: "tree",
};
return [gasolineConsumed, drivingInEU, drivingInUS, lightbulbsRunning, smartphonesCharged, treeMonths];
return [drivingInEU, drivingInUS, gasolineConsumed, lightbulbsRunning, smartphonesCharged, treeMonths];
});
const canShowMemory = computed(() => {
Expand Down

0 comments on commit a04bac5

Please sign in to comment.