1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-05-15 01:46:55 +02:00

Fix eslint problem

This commit is contained in:
Kevin Kandlbinder 2021-11-07 22:55:34 +00:00 committed by GitHub
parent 75f95fe96e
commit a6a0662269

View file

@ -92,8 +92,8 @@ const IndexPage = (props) => {
easing: "easeInOutCirc", easing: "easeInOutCirc",
}); });
// eslint-disable-next-line no-undef
if (typeof window !== "undefined") if (typeof window !== "undefined")
// eslint-disable-next-line no-undef
window.setTimeout(loadTsParticles, 1000); window.setTimeout(loadTsParticles, 1000);
}, []); }, []);