Skip to content

Commit

Permalink
Fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levironexe committed Nov 20, 2024
1 parent 945c9d7 commit 3ac36fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/section/all-projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const AllProjects = () => {
};

fetchProjects();
}, [supabase]);
}, []);

useEffect(() => {
const filtered = projects.filter(project =>
Expand Down

0 comments on commit 3ac36fb

Please sign in to comment.