disable refetching on individual video page

This commit is contained in:
MarconLP 2023-04-12 13:05:32 +02:00
parent 5ce820d5c4
commit 7733173006
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -14,6 +14,7 @@ const VideoList: NextPage = () => {
{ videoId }, { videoId },
{ {
enabled: router.isReady, enabled: router.isReady,
refetchOnWindowFocus: false,
} }
); );