Fixed ann removal
This commit is contained in:
@ -16,7 +16,7 @@ const useUser = (): UseFetchReturn<User> => (
|
||||
data: initialUser,
|
||||
loading: false,
|
||||
error: null,
|
||||
setData: () => {0}
|
||||
refetch: () => { return }
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user