Fix linting errors and warnings
This commit is contained in:
parent
9ce74a7227
commit
41d152f0e3
3 changed files with 8 additions and 7 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue