From a6a06622697a0e195911cdae32b3278d9cf200cc Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 7 Nov 2021 22:55:34 +0000 Subject: [PATCH] Fix eslint problem --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 829004a..71e49ab 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -92,8 +92,8 @@ const IndexPage = (props) => { easing: "easeInOutCirc", }); - // eslint-disable-next-line no-undef if (typeof window !== "undefined") + // eslint-disable-next-line no-undef window.setTimeout(loadTsParticles, 1000); }, []);