We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab57e2 commit 8775986Copy full SHA for 8775986
src/renderer/utils/notifications/native.ts
@@ -26,8 +26,8 @@ export const triggerNativeNotifications = (
26
);
27
28
const accountNewNotifications = accountNotifications.notifications.filter(
29
- (item) => {
30
- return !accountPreviousNotificationsIds.has(`${item.id}`);
+ (notification) => {
+ return !accountPreviousNotificationsIds.has(notification.id);
31
},
32
33
0 commit comments