Skip to content

Commit

Permalink
delete: never used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bailonis committed Sep 19, 2023
1 parent 872509b commit 9beca8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const CapacityGroupSumView: React.FC<WeeklyViewProps> = () => {

// Object to store the demand values based on year, month, and week
type DemandValuesMap = Record<string, Record<number, Record<string, number>>>;
let [demandValuesMap] = useState<DemandValuesMap>({});


//Mapping of categories
const idToNumericIdMap: Record<string, number> = {};
Expand Down

0 comments on commit 9beca8b

Please sign in to comment.