diff --git a/src/App.js b/src/App.js index 783e988..7d85cc6 100644 --- a/src/App.js +++ b/src/App.js @@ -296,7 +296,7 @@ function App() { play() } const playRandom = () => { - day = Math.floor(Math.random() * (og_day-1))+1 + day = Math.floor(Math.random() * (og_day-1)) + 1 play() } const playNext = () => {