Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Doniaab committed Dec 20, 2024
1 parent bdc3ab7 commit 53a1f23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function useAnticipatoryAction<T extends AnticipatoryAction>(
// Load data when component mounts
useEffect(() => {
dispatch(loadAAData());
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

useEffect(() => {
Expand Down

0 comments on commit 53a1f23

Please sign in to comment.