From 87444965be5586a2b2b30cb6037bcdf3968726c6 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 24 Jun 2026 15:36:59 +0200 Subject: [PATCH] feat : render actorless notifications without empty bold span --- frontend/components/AppTopNav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/AppTopNav.vue b/frontend/components/AppTopNav.vue index 1f2b7e3..5cead14 100644 --- a/frontend/components/AppTopNav.vue +++ b/frontend/components/AppTopNav.vue @@ -62,7 +62,7 @@ >
-

{{ notification.actorName }} {{ notification.message }}

+

{{ notification.actorName }} {{ notification.message }}

{{ formatTimeAgo(notification.createdAt) }} - {{ notification.category }}