diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue index f33b332aadb..46048e96c0e 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfileSection.vue @@ -22,20 +22,16 @@ <template> <section> - <HeaderBar - :account-property="accountProperty" /> + <HeaderBar :account-property="accountProperty" /> - <ProfileCheckbox - :profile-enabled.sync="profileEnabled" /> + <ProfileCheckbox :profile-enabled.sync="profileEnabled" /> - <ProfilePreviewCard - :organisation="organisation" + <ProfilePreviewCard :organisation="organisation" :display-name="displayName" :profile-enabled="profileEnabled" :user-id="userId" /> - <EditProfileAnchorLink - :profile-enabled="profileEnabled" /> + <EditProfileAnchorLink :profile-enabled="profileEnabled" /> </section> </template> |