From 7131ae2d91a13df9fd2dabcd2e5106d85f8faedb Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 6 Apr 2025 16:45:55 +0200 Subject: [PATCH] Use actual DOM element for popover --- dashboard/src/components/Headerbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue index 384e42cd9..e14ca4795 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -94,7 +94,7 @@ onMounted(async () => {
Subscription Expired
-
{{ notifications.length > 99 ? '99+' : notifications.length }}
+
{{ notifications.length > 99 ? '99+' : notifications.length }}
{{ profile.username }}