🐛 Fixing usernames not displaying when editing permissions
This commit is contained in:
@@ -18,7 +18,7 @@ export const useUser = (userId: string): UserType | undefined => {
|
|||||||
const refresh = async () => {
|
const refresh = async () => {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
UserAPIClient.list([userId], undefined, {
|
UserAPIClient.list([userId], undefined, {
|
||||||
bufferize: true,
|
bufferize: false,
|
||||||
callback: () => {
|
callback: () => {
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user