Skip to content

Commit

Permalink
Merge pull request #2712 from daostack/CW-fix-infinite-load-of-users
Browse files Browse the repository at this point in the history
Fix infinite load of users for Direct messages list
  • Loading branch information
MeyerPV authored Jul 8, 2024
2 parents 703fee7 + 4485c9b commit dfa3f4d
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 dfa3f4d

Please sign in to comment.