diff --git a/src/components/timer/TimerWidgets.tsx b/src/components/timer/TimerWidgets.tsx index 55727d8a..0b96f167 100644 --- a/src/components/timer/TimerWidgets.tsx +++ b/src/components/timer/TimerWidgets.tsx @@ -10,7 +10,7 @@ export default function TimerWidgets() { const { isSolving, timerStatus } = useTimerStore(); const { lang, settings } = useSettingsModalStore(); const { global, session } = useTimerStatistics(); - if (isSolving || timerStatus !== "IDLE") return null; + return ( <>