Skip to content

Commit 188dfde

Browse files
committed
fix: notification read state for delayNotificationState
Signed-off-by: Adam Setch <[email protected]>
1 parent 1fad0bb commit 188dfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/hooks/useNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export const useNotifications = (): NotificationsState => {
172172
),
173173
),
174174
);
175-
175+
176176
const updatedNotifications = removeNotifications(
177177
state.settings,
178178
doneNotifications,

0 commit comments

Comments
 (0)