diff --git a/components/notification/NotificationGroupedFollow.vue b/components/notification/NotificationGroupedFollow.vue index 3dd63c6b..0ffd05a3 100644 --- a/components/notification/NotificationGroupedFollow.vue +++ b/components/notification/NotificationGroupedFollow.vue @@ -51,7 +51,7 @@ const isExpanded = ref(false) p3 /> -
+
() const groupCapacity = Number.MAX_VALUE // No limit -const minFollowGroupSize = 5 // Below this limit, show a profile card for each follow // Group by type (and status when applicable) const groupId = (item: Notification): string => {