Fixed ann removal

This commit is contained in:
2023-07-29 18:43:44 +03:00
parent e214ea53e7
commit cf81e3d817
6 changed files with 53 additions and 27 deletions

View File

@ -16,7 +16,7 @@ const useUser = (): UseFetchReturn<User> => (
data: initialUser,
loading: false,
error: null,
setData: () => {0}
refetch: () => { return }
}
)