From 9beca8bf7ba60dbe03908f6a6494735760b4404e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Bail=C3=A3o?= Date: Tue, 19 Sep 2023 12:03:36 +0100 Subject: [PATCH] delete: never used variable --- .../src/components/capacitygroup/CapacityGroupSumView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demand-capacity-mgmt-frontend/src/components/capacitygroup/CapacityGroupSumView.tsx b/demand-capacity-mgmt-frontend/src/components/capacitygroup/CapacityGroupSumView.tsx index bd78936e..2edd5060 100644 --- a/demand-capacity-mgmt-frontend/src/components/capacitygroup/CapacityGroupSumView.tsx +++ b/demand-capacity-mgmt-frontend/src/components/capacitygroup/CapacityGroupSumView.tsx @@ -260,7 +260,7 @@ const CapacityGroupSumView: React.FC = () => { // Object to store the demand values based on year, month, and week type DemandValuesMap = Record>>; - let [demandValuesMap] = useState({}); + //Mapping of categories const idToNumericIdMap: Record = {};