diff --git a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx index 9201a11..3202d56 100644 --- a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx +++ b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx @@ -302,15 +302,11 @@ const MainPomodoroTimer = (props) => { props.setLetsUpload(true) } - // setTimeout(() => { + setTimeout(() => { - // setPomodoroCounter('Pomodoros') - - // setRestCounter((restCounter + 1)) - - // setBreak(1, 0) - // setWeAreInBreakTime(true) - // }, 1) + setBreak(1, 0) + setWeAreInBreakTime(true) + }, 10) } if (restCounter === 3) {