mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-14 01:16:55 +02:00
Fix eslint problem
This commit is contained in:
parent
75f95fe96e
commit
a6a0662269
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue