Skip to content

Commit

Permalink
chore: fixing warn
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Sep 30, 2024
1 parent 7ca95e3 commit 99bad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/pages/dashboard/usePerformanceOverview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function usePerformanceOverview(): State {
event: programIndicator.event,
};
},
[]
[getNationalIncidentStatusString]
);
useEffect(() => {
setIsLoading(true);
Expand Down

0 comments on commit 99bad44

Please sign in to comment.