diff --git a/squarenotsquare/src/screens/HighScore.js b/squarenotsquare/src/screens/HighScore.js index 1da0ceb..cf4ec72 100644 --- a/squarenotsquare/src/screens/HighScore.js +++ b/squarenotsquare/src/screens/HighScore.js @@ -20,9 +20,7 @@ function HighScore(){ if (!scoresLoaded) { loadScores() .then(() => { - setTimeout( () => { - setScoresLoaded(true); - }, 1000) + setScoresLoaded(true); }); } }, [scoresLoaded])