diff --git a/components/notification/NotificationGroupedLikeItem.vue b/components/notification/NotificationGroupedLikeItem.vue new file mode 100644 index 0000000000..2750c22072 --- /dev/null +++ b/components/notification/NotificationGroupedLikeItem.vue @@ -0,0 +1,30 @@ + + + diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index 045794ef86..1a4f5d2df0 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -14,32 +14,24 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog))
-
-
-