enzostvs HF staff commited on
Commit
a1489d3
1 Parent(s): 367cfe2

isLoading => isFetching

Browse files
Files changed (1) hide show
  1. utils/useUser.ts +1 -1
utils/useUser.ts CHANGED
@@ -10,7 +10,7 @@ export const useUser = () => {
10
  const {
11
  data: user,
12
  refetch,
13
- isLoading: loading,
14
  remove: clear,
15
  }: any = useQuery(
16
  ["user.me"],
 
10
  const {
11
  data: user,
12
  refetch,
13
+ isFetching: loading,
14
  remove: clear,
15
  }: any = useQuery(
16
  ["user.me"],