From ee11df899312d90cad4176a3427cd8878badf6e6 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 15 Dec 2023 17:16:54 -0800 Subject: [PATCH] fix(settings): Use heading for Profile and Profile picture sections Signed-off-by: Christopher Ng --- .../src/components/PersonalInfo/AvatarSection.vue | 11 ++--------- .../PersonalInfo/ProfileSection/ProfileSection.vue | 2 +- dist/settings-vue-settings-personal-info.js | 4 ++-- dist/settings-vue-settings-personal-info.js.map | 2 +- 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index 9c56fe277af..ed6cd2c423c 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -25,7 +25,7 @@

{{ t('settings', 'Your profile information') }}

- @@ -63,8 +63,7 @@ {{ t('settings', 'The file must be a PNG or JPG') }} - @@ -163,12 +162,6 @@ export default { } }, - computed: { - inputId() { - return `account-property-${this.avatar.name}` - }, - }, - created() { subscribe('settings:display-name:updated', this.handleDisplayNameUpdate) }, diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue index 2f1cc935f22..6b775092c6c 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue @@ -22,7 +22,7 @@