Fix admin page

This commit is contained in:
James Grugett 2022-08-12 17:38:40 -05:00
parent 1dc94114e3
commit 4ab86963e8

View File

@ -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