diff --git a/frontend/src/pages/Notifications.vue b/frontend/src/pages/Notifications.vue index 69db7e15..8e9afeb4 100644 --- a/frontend/src/pages/Notifications.vue +++ b/frontend/src/pages/Notifications.vue @@ -230,6 +230,7 @@ const handleMarkAsRead = (logName) => { const navigateToPage = (log) => { if (!log.link) return + handleMarkAsRead(log.name) let link = log.link.split('/') if (link[2] == 'courses') { router.push({