fix : lint warnings & errors
This commit is contained in:
@@ -32,7 +32,7 @@ export default function GameReport() {
|
||||
setBoardOrientation(true);
|
||||
gameActions.setPgn(new Chess().pgn());
|
||||
}
|
||||
}, [gameId]);
|
||||
}, [gameId, boardActions, gameActions, setEval, setBoardOrientation]);
|
||||
|
||||
return (
|
||||
<Grid
|
||||
|
||||
Reference in New Issue
Block a user