From 0065fef0e71d24dbf861fdc673efca58779156dd Mon Sep 17 00:00:00 2001 From: isaacbello Date: Mon, 13 Jan 2025 14:44:40 +0100 Subject: [PATCH] fix: resolve units issue with csv report --- app/src/backend/CSVDownloadService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/backend/CSVDownloadService.ts b/app/src/backend/CSVDownloadService.ts index 026b42bcb..bdd1ca8e9 100644 --- a/app/src/backend/CSVDownloadService.ts +++ b/app/src/backend/CSVDownloadService.ts @@ -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,