Skip to content

Commit

Permalink
CW-fix-infinite-load-of-users Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Jul 5, 2024
1 parent 703fee7 commit 4485c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useDMUsers = (): Return => {
}

fetchDMUsers();
},[userId, fetchDMUsers]);
},[userId]);

return {
fetchDMUsers,
Expand Down

0 comments on commit 4485c9b

Please sign in to comment.