|
|
@@ -171,7 +171,7 @@ const StaffUtilization: React.FC<Props> = ({ abilities, staff }) => { |
|
|
|
// monthDates.push(formattedDate); |
|
|
|
// } |
|
|
|
const [teamTotalManhoursSpentPeriod, setTeamTotalManhoursSpentPeriod]: any[] = |
|
|
|
React.useState(weekDates); |
|
|
|
React.useState(monthDates); |
|
|
|
const [ |
|
|
|
teamTotalManhoursByStaffGrade, |
|
|
|
setTeamTotalManhoursByStaffGrade, |
|
|
|