diff --git a/app/renderer/src/contexts/CounterContext.tsx b/app/renderer/src/contexts/CounterContext.tsx index 02104d81..786c1f71 100644 --- a/app/renderer/src/contexts/CounterContext.tsx +++ b/app/renderer/src/contexts/CounterContext.tsx @@ -406,7 +406,7 @@ const CounterProvider: React.FC = ({ children }) => { settings.notificationType, settings.autoStartWorkTime, settings.enableVoiceAssistance, - hasNotified60Seconds, + hasNotified30Seconds, hasNotified60Seconds, hasNotifiedBreak, setHasNotified30Seconds,