mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Fixed the "Can I play, Daddy?" times
This commit is contained in:
@@ -24,8 +24,8 @@ const MainPomodoroTimer = (props) => {
|
|||||||
const setTimeStyle = () => {
|
const setTimeStyle = () => {
|
||||||
|
|
||||||
if (props.style === 'Can I play, Daddy?') {
|
if (props.style === 'Can I play, Daddy?') {
|
||||||
const minutes = 0
|
const minutes = 10
|
||||||
const seconds = 10
|
const seconds = 0
|
||||||
|
|
||||||
setMinutes(minutes)
|
setMinutes(minutes)
|
||||||
setSeconds(seconds)
|
setSeconds(seconds)
|
||||||
|
|||||||
Reference in New Issue
Block a user