Skip to content

Commit 36c809b

Browse files
committed
linting
1 parent b098844 commit 36c809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jam-25/src/routes/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const App = () => {
291291
});
292292

293293
return newFoundWords;
294-
}, [blanks, fixedTiles, gridArray]);
294+
}, [blanks, fixedTiles, gridArray, gridSizeX]);
295295

296296
const endTurn = useCallback(async () => {
297297
setTurnOver(true);

0 commit comments

Comments
 (0)