Skip to content

Commit

Permalink
fix round filter
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 2, 2024
1 parent 91caefc commit 6f559f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const LandingPage = () => {
return (b.projects?.length ?? 0) - (a.projects?.length ?? 0);
});

return filteredActiveRounds;
return rounds;
}, [activeRounds.data]);

return (
Expand Down

0 comments on commit 6f559f6

Please sign in to comment.