From dc86b4e67d46e0577e4ac35c8c811c1b20f8192e Mon Sep 17 00:00:00 2001 From: Natty Date: Thu, 29 Feb 2024 23:58:51 +0100 Subject: [PATCH] Frontend: Fixed the notification groups always showing the first user for reactions --- .../frontend/client/src/components/MagNotificationGroup.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fe_calckey/frontend/client/src/components/MagNotificationGroup.vue b/fe_calckey/frontend/client/src/components/MagNotificationGroup.vue index 9622adb..d718d31 100644 --- a/fe_calckey/frontend/client/src/components/MagNotificationGroup.vue +++ b/fe_calckey/frontend/client/src/components/MagNotificationGroup.vue @@ -72,9 +72,9 @@ :user="notif.note.user" />
import { ComponentPublicInstance, - Ref, onMounted, onUnmounted, + Ref, ref, watch, } from "vue";