From 414ca8b7ebbf14b59eda727aa5f8443d60a72a3d Mon Sep 17 00:00:00 2001 From: Michel Wilhelm Date: Sat, 7 Nov 2020 23:39:56 -0300 Subject: [PATCH] Only update the flags available then start a new game --- src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2d0e721..3346022 100644 --- a/src/App.js +++ b/src/App.js @@ -50,7 +50,6 @@ function App() { } setMines(value); - setFlags(value); }; useEffect(() => {