From 119b3039c037b1ca1787bac70b272a6b60ec8021 Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 13 Dec 2022 16:03:58 +0100 Subject: [PATCH] refactor: remove CommonMetaWrapper --- components/common/CommonMetaWrapper.vue | 5 ----- components/notification/NotificationCard.vue | 12 ++++++------ components/status/StatusCard.vue | 4 ++-- 3 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 components/common/CommonMetaWrapper.vue diff --git a/components/common/CommonMetaWrapper.vue b/components/common/CommonMetaWrapper.vue deleted file mode 100644 index 378b50e3..00000000 --- a/components/common/CommonMetaWrapper.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index 1d7a0578..686b9ca5 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -44,33 +44,33 @@ const { notification } = defineProps<{ diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 2d95727c..15d9d353 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -64,10 +64,10 @@ const showRebloggedByAvatarOnAvatar = rebloggedBy && avatarOnAvatar && reblogged
- +
- +