Skip to content

Commit 188dfde

Browse files
committed
fix: notification read state for delayNotificationState
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 1fad0bb commit 188dfde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)