Fix admin page
This commit is contained in:
parent
1dc94114e3
commit
4ab86963e8
|
@ -47,7 +47,8 @@ function UsersTable() {
|
|||
)
|
||||
}
|
||||
)
|
||||
}, [users])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [users.map((user) => user.id).join(',')])
|
||||
|
||||
// For each user, set their email from the PrivateUser
|
||||
const fullUsers = users
|
||||
|
|
Loading…
Reference in New Issue
Block a user