mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 08:18:00 +00:00
fix lint
This commit is contained in:
@@ -91,6 +91,7 @@ export const Players = (players: PlayerType[], gridClasses: string) => {
|
|||||||
clearInterval(randomIntervalRef.current);
|
clearInterval(randomIntervalRef.current);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [
|
}, [
|
||||||
players.length,
|
players.length,
|
||||||
playing,
|
playing,
|
||||||
|
|||||||
Reference in New Issue
Block a user