Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhartigan committed Feb 11, 2022
1 parent 45d8cd9 commit cb82379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ function App(props) {
function gameStarted() {
setTimeout(() => {
setGameRunning(true)
setErrorPage(null)
setTimeout(() => {
setErrorPage(null)
}, 1000)
}, 500)
}

Expand Down

0 comments on commit cb82379

Please sign in to comment.