Browse Source
fix(settings): typo in avatar prop
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
pull/40983/head
Grigorii K. Shartsev
3 years ago
committed by
Ferdinand Thiessen
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with
1 additions and
1 deletions
-
apps/settings/src/components/PersonalInfo/AvatarSection.vue
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
:key="version" |
|
|
|
:user="userId" |
|
|
|
:aria-label="t('settings', 'Your profile picture')" |
|
|
|
:disabled-tooltip="true" |
|
|
|
:disable-tooltip="true" |
|
|
|
:show-user-status="false" |
|
|
|
:size="180" /> |
|
|
|
<div v-else class="icon-loading" /> |
|
|
|
|