Fix linting errors and warnings

This commit is contained in:
aronmal 2023-02-12 02:17:22 +01:00
parent 9ce74a7227
commit 41d152f0e3
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,7 @@ function LobbyFrame() {
if (enemy) return
const interval = setInterval(() => setDots((e) => (e % 3) + 1), 1000)
return () => clearInterval(interval)
}, [])
}, [enemy])
return (
<div className="mx-32 flex flex-col self-stretch rounded-3xl bg-gray-400">