Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 18, 2024
1 parent ea3f199 commit 27c05fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/tabs/UserRoles.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const UserRoles = ({role, guests, userRoles}) => {
}, {}));
setLoading(false);
},
[userRoles, user])
[userRoles, guests, user])

if (loading) {
return <Loader/>
Expand Down

0 comments on commit 27c05fb

Please sign in to comment.