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
parent
commit
73e675d145
No known key found for this signature in database GPG Key ID: 45FAE7268762B400
  1. 2
      apps/settings/src/components/PersonalInfo/AvatarSection.vue

2
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" />

Loading…
Cancel
Save