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) }