We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfef04 commit 7f96c71Copy full SHA for 7f96c71
deepview-explore/react-ui/src/sections/CarbonEquivalent.js
@@ -27,7 +27,7 @@ const CarbonEquivalent = ({ carbonData }) => {
27
// Convert to kgs if we have small values
28
if (largestValue < 1) {
29
carbonData.map(value => value.carbonEmissions*1000)
30
- XAxisLabel = "C02e (kgs)"
+ XAxisLabel = "CO2e (kgs)"
31
}
32
carbonData.sort((a, b) => a.carbonEmissions - b.carbonEmissions);
33
0 commit comments