This commit is contained in:
Viktor Rådberg
2024-03-16 22:28:37 +01:00
parent a1b5cfd871
commit d4dc44076d

View File

@@ -91,6 +91,7 @@ export const Players = (players: PlayerType[], gridClasses: string) => {
clearInterval(randomIntervalRef.current);
}
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
players.length,
playing,