Skip to content

Commit

Permalink
Fix Dependency Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mraysu committed Dec 6, 2024
1 parent 9a019f6 commit 6eb68bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/contexts/program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const ProgramsContextProvider = ({ children }: { children: ReactNode }) =
console.log(err);
});
}
});
}, [firebaseUser]);

useEffect(() => {
if (firebaseToken) {
Expand Down

0 comments on commit 6eb68bd

Please sign in to comment.