Skip to content

Commit 7f96c71

Browse files
committed
Fix typos
1 parent 9dfef04 commit 7f96c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepview-explore/react-ui/src/sections/CarbonEquivalent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const CarbonEquivalent = ({ carbonData }) => {
2727
// Convert to kgs if we have small values
2828
if (largestValue < 1) {
2929
carbonData.map(value => value.carbonEmissions*1000)
30-
XAxisLabel = "C02e (kgs)"
30+
XAxisLabel = "CO2e (kgs)"
3131
}
3232
carbonData.sort((a, b) => a.carbonEmissions - b.carbonEmissions);
3333

0 commit comments

Comments
 (0)