@setoelkahfi / svara / commits / 181fa18

e

mellobacon committed Dec 1, 2022 at 17:14 UTC 181fa180bf4953d958918f94e991f56e6636981f
1 file changed +1
src/components/Notifications/Notifications.ts
+1
@@ -69,6 +69,7 @@ export function clearNotifications() {
69 export function closeNotification(id) {
70 notificationlist = notificationlist.filter(n => n.id !== id);
71 notifications.set(notificationlist);
72 + updateNotificationStatus();
73 }
74 function getType(type: NotifType) {
75 switch (type) {