feat: disable refetchOnWindowFocus for home feed

This commit is contained in:
DIYgod 2023-04-25 18:15:01 +01:00
parent 29a4ab5179
commit 65ec562707
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@ export const useGetFeed = (data?: {
})
},
getNextPageParam: (lastPage) => lastPage?.cursor || undefined,
refetchOnWindowFocus: false,
})
}