From 74ce35e5f662dcbb9ad61ee5b41a8b1bdc1535c0 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 17 Jan 2025 22:11:39 +0900 Subject: [PATCH] fix: resolve typecheck errors --- components/notification/NotificationCard.vue | 6 ++++++ components/notification/RelationshipSeveranceCard.vue | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index 25a5af95a2..fe50acd800 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -141,6 +141,12 @@ if (unsupportedEmojiReactionTypes.includes(notification.type) || !supportedNotif
+
diff --git a/components/notification/RelationshipSeveranceCard.vue b/components/notification/RelationshipSeveranceCard.vue index 806ca4239a..5adc0dc467 100644 --- a/components/notification/RelationshipSeveranceCard.vue +++ b/components/notification/RelationshipSeveranceCard.vue @@ -1,6 +1,14 @@