Skip to content

Commit

Permalink
fix: resolve units issue with csv report
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccodekill committed Jan 13, 2025
1 parent 82ce9e0 commit 0065fef
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 0065fef

Please sign in to comment.