Skip to content

Commit

Permalink
Merge pull request #1057 from Open-Earth-Foundation/fix/on-3178-csv-u…
Browse files Browse the repository at this point in the history
…nit-fix

fix: resolve units issue with csv report
  • Loading branch information
isaaccodekill authored Jan 13, 2025
2 parents 82ce9e0 + 0065fef commit 334a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/backend/CSVDownloadService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class CSVDownloadService {
value.subsector_name,
value.notation_key,
activityValue.total_co2e,
"kg CO2e",
"t CO2e",
activityValue.activity_amount,
activityValue.activity_unit,
activityValue.emission_co2,
Expand Down

0 comments on commit 334a76b

Please sign in to comment.