disable refetching on individual video page
This commit is contained in:
parent
5ce820d5c4
commit
7733173006
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ const VideoList: NextPage = () => {
|
|||
{ videoId },
|
||||
{
|
||||
enabled: router.isReady,
|
||||
refetchOnWindowFocus: false,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue