From a7e53685918187c47d4fc2935418786b772c189e Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 25 Feb 2024 17:21:18 +0330 Subject: [PATCH] fix: change initial value --- src/components/toolbox/pomodoro/pomodoro.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toolbox/pomodoro/pomodoro.tsx b/src/components/toolbox/pomodoro/pomodoro.tsx index a4b4306..62b9e4b 100644 --- a/src/components/toolbox/pomodoro/pomodoro.tsx +++ b/src/components/toolbox/pomodoro/pomodoro.tsx @@ -20,7 +20,7 @@ export function Pomodoro({ onClose, show }: PomodoroProps) { const [selectedTab, setSelectedTab] = useState('pomodoro'); const [running, setRunning] = useState(false); - const [timer, setTimer] = useState(0); + const [timer, setTimer] = useState(10); const interval = useRef | null>(null); const [times, setTimes] = useState>({