diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index 7ca381eb..fb4e5567 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -30,7 +30,7 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog))