starting implementation of user status changing

This commit is contained in:
talksik
2022-03-23 21:09:50 -04:00
parent 3cdb4c896b
commit 500330e02c
6 changed files with 68 additions and 8 deletions
@@ -107,6 +107,9 @@ export function useGetUserDetails() {
{
retry: false,
refetchOnWindowFocus: false,
onError: (err) => {
console.log(err);
},
}
);
}