From 55dde26aae6cfb995d9b6c95bbc1cdd543dab0d2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 9 Jun 2025 09:35:54 +0200 Subject: [PATCH] profile: add fallback when no avatar set --- 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 0b382f6fd..10f7ba685 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -125,7 +125,7 @@ const description = marked.parse(t('support.help.description', {
{{ notifications.length > 99 ? '99+' : notifications.length }}
- {{ profile.username }} + {{ profile.username }}