diff --git a/src/components/extensive/WorkdayCollapseGrid/WorkdaySection.tsx b/src/components/extensive/WorkdayCollapseGrid/WorkdaySection.tsx index 7a303c49b..db64af006 100644 --- a/src/components/extensive/WorkdayCollapseGrid/WorkdaySection.tsx +++ b/src/components/extensive/WorkdayCollapseGrid/WorkdaySection.tsx @@ -68,7 +68,7 @@ const WorkdaySection = ({ demographics, type, variant, onChange }: WorkdaySectio updatedDemographics.splice(index, 1); onChange(updatedDemographics); }, - [demographics, onChange, type] + [demographics, onChange] ); // Tailwind doesn't supply classes for high row counts, so we apply this prop ourselves.