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",
});
// eslint-disable-next-line no-undef
if (typeof window !== "undefined")
// eslint-disable-next-line no-undef
window.setTimeout(loadTsParticles, 1000);
}, []);