mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Main Pomodoro Timer fixes
This commit is contained in:
@@ -302,15 +302,11 @@ const MainPomodoroTimer = (props) => {
|
|||||||
|
|
||||||
props.setLetsUpload(true)
|
props.setLetsUpload(true)
|
||||||
}
|
}
|
||||||
// setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
||||||
// setPomodoroCounter('Pomodoros')
|
setBreak(1, 0)
|
||||||
|
setWeAreInBreakTime(true)
|
||||||
// setRestCounter((restCounter + 1))
|
}, 10)
|
||||||
|
|
||||||
// setBreak(1, 0)
|
|
||||||
// setWeAreInBreakTime(true)
|
|
||||||
// }, 1)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (restCounter === 3) {
|
if (restCounter === 3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user