mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Emoji picker bug fix
This commit is contained in:
@@ -8,6 +8,7 @@ export default function gameLogic(checkInputsResult, replay) {
|
||||
function Player(position) {
|
||||
|
||||
console.log(replay)
|
||||
console.log(checkInputsResult)
|
||||
|
||||
if (replay) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user