From 8190a6744455775f8fc55dcf3d6d752d130754d8 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 2 Apr 2025 23:32:21 +0200 Subject: [PATCH] fix(front): individual username initials in profile pic --- front/src/views/auth/ProfileBase.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/auth/ProfileBase.vue b/front/src/views/auth/ProfileBase.vue index 05dd3b0fd..d6638695c 100644 --- a/front/src/views/auth/ProfileBase.vue +++ b/front/src/views/auth/ProfileBase.vue @@ -130,7 +130,7 @@ const tabs = ref([{ :style="defaultAvatarStyle" class="ui avatar circular label" > - {{ store.state.auth.profile?.full_username?.[0] || "" }} + {{ object?.full_username?.[0] || "" }} @@ -170,7 +170,7 @@ const tabs = ref([{ no-gap >