From 9c7280bd6acf713c8730190bba9ef105596ba6e2 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sat, 2 Oct 2021 00:39:41 -0300 Subject: [PATCH] Fixed the "Can I play, Daddy?" times --- src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx index b6d9734..375b1d2 100644 --- a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx +++ b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx @@ -24,8 +24,8 @@ const MainPomodoroTimer = (props) => { const setTimeStyle = () => { if (props.style === 'Can I play, Daddy?') { - const minutes = 0 - const seconds = 10 + const minutes = 10 + const seconds = 0 setMinutes(minutes) setSeconds(seconds)