Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Final Touches
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPrinz authored Oct 23, 2022
1 parent 62d39c5 commit b725d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/ideas-list/IdeasListScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const IdeasListScreen = (props: {
if (isFocused) {
fetchIdeas();
}
}, []);
}, [isFocused]);

const ideasToDisplay = useMemo(() => {
// Remove rejected ideas and sort descending by score
Expand Down

0 comments on commit b725d1f

Please sign in to comment.