Skip to content

Commit 65eecb6

Browse files
Merge pull request #259 from CSSLab/feature/expanded-openings
Drill Studio UI refinements and background analysis
2 parents cd05f7b + f9e658b commit 65eecb6

6 files changed

Lines changed: 1685 additions & 175 deletions

File tree

src/components/Board/GameBoard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const GameBoard: React.FC<Props> = ({
172172
},
173173
fen: boardConfig.fen,
174174
lastMove: boardConfig.lastMove as Key[],
175-
check: boardConfig.check,
175+
check: boardConfig.check as boolean | 'white' | 'black' | undefined,
176176
orientation: boardConfig.orientation,
177177
}}
178178
/>

0 commit comments

Comments
 (0)