From bd05fe782f74a3411db2fad5c24a3ca94e3c6225 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 2 Jul 2023 01:49:59 +0200 Subject: [PATCH] Reformat --- .../core/frontend/components/notifications/NotificationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/core/frontend/components/notifications/NotificationList.vue b/aleksis/core/frontend/components/notifications/NotificationList.vue index 08914210e..09b27197e 100644 --- a/aleksis/core/frontend/components/notifications/NotificationList.vue +++ b/aleksis/core/frontend/components/notifications/NotificationList.vue @@ -88,7 +88,7 @@ export default { }, computed: { unreadNotifications() { - return this.myNotifications.filter(n => !n.read); + return this.myNotifications.filter((n) => !n.read); }, }, }; -- GitLab