Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
img02 committed Jun 7, 2023
1 parent 7286eb8 commit 3009f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const App = () => {

const [gameState, setGameState] = useState("start");
const [gameImage, setGameImage] = useState(gameImages[0]);
const [found, setFound] = useState([]);
const [found, setFound] = useState([false]);

const setInitialFoundStatus = () => {
let toFindStatus = [];
Expand Down

0 comments on commit 3009f72

Please sign in to comment.