From b2e43bb11c5c8c819a59db5d6f8e1f101659da60 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Jan 2023 21:06:12 +0100 Subject: [PATCH] refactor: remove new line --- components/notification/NotificationPaginator.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/notification/NotificationPaginator.vue b/components/notification/NotificationPaginator.vue index e5bfb701..c6c3b531 100644 --- a/components/notification/NotificationPaginator.vue +++ b/components/notification/NotificationPaginator.vue @@ -131,7 +131,6 @@ function preprocess(items: NotificationSlot[]): NotificationSlot[] { flattenedNotifications.push(item) } } - return groupItems(flattenedNotifications) }