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 = {};