Browse Source

remove placeholder timer on high score screen

pull/8/head
Tim Glasgow 2 years ago
parent
commit
d30405e5ba
  1. 2
      squarenotsquare/src/screens/HighScore.js

2
squarenotsquare/src/screens/HighScore.js

@ -20,9 +20,7 @@ function HighScore(){
if (!scoresLoaded) { if (!scoresLoaded) {
loadScores() loadScores()
.then(() => { .then(() => {
setTimeout( () => {
setScoresLoaded(true); setScoresLoaded(true);
}, 1000)
}); });
} }
}, [scoresLoaded]) }, [scoresLoaded])

Loading…
Cancel
Save