File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const AnalysisGameList: React.FC<AnalysisGameListProps> = ({
7474 const openElement = useRef < HTMLDivElement > ( null )
7575 const selectedGameElement = useRef < HTMLButtonElement > ( null )
7676
77- useEffect ( ( ) => {
77+ ; ( useEffect ( ( ) => {
7878 if ( selectedGameElement . current ) {
7979 selectedGameElement . current . scrollIntoView ( {
8080 behavior : 'auto' ,
@@ -89,7 +89,7 @@ export const AnalysisGameList: React.FC<AnalysisGameListProps> = ({
8989 } )
9090 }
9191 } ) ,
92- [ selectedGameElement , openElement ]
92+ [ selectedGameElement , openElement ] )
9393
9494 useEffect ( ( ) => {
9595 setLoadingIndex ( null )
Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ export const AboutMaia = () => {
173173 We tested each Maia on 9 sets of 500,000 positions that arose
174174 in real human games, one for each rating level between 1100
175175 and 1900. Every Maia made a prediction for every position, and
176- we measured its resulting move-matching accuracy on each set.{ ' ' }
176+ we measured its resulting move-matching accuracy on each
177+ set.{ ' ' }
177178 </ p >
178179 < p >
179180 Each Maia captures human style at its targeted skill level.
You can’t perform that action at this time.
0 commit comments