Skip to content

Commit 86bcd69

Browse files
committed
update
1 parent c1d17f9 commit 86bcd69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tic-tac-toe/src/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ function App() {
5454
setXInput([])
5555
setOInput([])
5656
}
57-
}
57+
}
5858
}
5959
};
6060

61+
console.log(xInput, oInput)
62+
6163
const renderBoardValue = (i) => {
6264
if (xInput.includes(i)) {
6365
return "X";

0 commit comments

Comments
 (0)