fix: fix type error when generating profile picture initials (#2742)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Akash K
2022-10-06 17:56:30 +05:30
committed by GitHub
parent 59ee4babeb
commit 568c05b4b0
4 changed files with 25 additions and 9 deletions

View File

@@ -37,7 +37,9 @@
<ProfilePicture
v-if="currentUser.photoURL"
:url="currentUser.photoURL"
:alt="currentUser.displayName"
:alt="
currentUser.displayName || t('profile.default_displayname')
"
class="ring-primary ring-4"
size="16"
rounded="lg"