From a0a4423f4525b92a8197b9be197bcc914eca83c4 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 22 Jun 2023 16:18:59 -0700 Subject: [PATCH] fix: :bug: only collapsed reply if notification is reply --- packages/client/src/components/MkNotifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/components/MkNotifications.vue b/packages/client/src/components/MkNotifications.vue index 7607e41b9..36493e2d5 100644 --- a/packages/client/src/components/MkNotifications.vue +++ b/packages/client/src/components/MkNotifications.vue @@ -26,7 +26,7 @@ " :key="notification.id" :note="notification.note" - :collapsedReply="true" + :collapsedReply="notification.type === 'reply'" />