Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Jan 7, 2025
1 parent 3f848ef commit eb71837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressBar/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ProgressBar: FC<Props> = ({ section }) => {
}

setSections(newSections);
}, [section, sectionStatuses, formMode, formStatus]);
}, [section, sectionStatuses, formMode, formStatus, data?.status, user?.role]);

return (
<StyledList>
Expand Down

0 comments on commit eb71837

Please sign in to comment.