diff --git a/src/components/StaffUtilization/StaffUtilization.tsx b/src/components/StaffUtilization/StaffUtilization.tsx index 6041d99..d432ca9 100644 --- a/src/components/StaffUtilization/StaffUtilization.tsx +++ b/src/components/StaffUtilization/StaffUtilization.tsx @@ -171,7 +171,7 @@ const StaffUtilization: React.FC = ({ abilities, staff }) => { // monthDates.push(formattedDate); // } const [teamTotalManhoursSpentPeriod, setTeamTotalManhoursSpentPeriod]: any[] = - React.useState(weekDates); + React.useState(monthDates); const [ teamTotalManhoursByStaffGrade, setTeamTotalManhoursByStaffGrade,