Skip to content

Commit

Permalink
fix: react warning that was blocking the previous release (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 authored Aug 30, 2024
1 parent 13ad64b commit c2f0861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/contexts/CounterContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const CounterProvider: React.FC = ({ children }) => {
settings.notificationType,
settings.autoStartWorkTime,
settings.enableVoiceAssistance,
hasNotified60Seconds,
hasNotified30Seconds,
hasNotified60Seconds,
hasNotifiedBreak,
setHasNotified30Seconds,
Expand Down

0 comments on commit c2f0861

Please sign in to comment.