diff --git a/src/App.js b/src/App.js index 4509176..2d0e721 100644 --- a/src/App.js +++ b/src/App.js @@ -101,7 +101,7 @@ function App() { const handleCellContextMenu = (event, row, col) => { event.preventDefault(); - if (activeGame.win === true) { + if (activeGame.status === 3) { return; }