Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function useInfiniteTalentMatches(
// clear matches when skills array is updated
useEffect(() => {
setMatches([])
setPage(1)
}, [skills])

// when we have new matches, concatenate the response to the matches array
Expand Down