summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue b/apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue
index 0eb83be535c..4f3714aa0ee 100644
--- a/apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue
+++ b/apps/settings/src/components/PersonalInfo/HeadlineSection/HeadlineSection.vue
@@ -22,13 +22,11 @@
<template>
<section>
- <HeaderBar
- :account-property="accountProperty"
+ <HeaderBar :account-property="accountProperty"
label-for="headline"
:scope.sync="primaryHeadline.scope" />
- <Headline
- :headline.sync="primaryHeadline.value"
+ <Headline :headline.sync="primaryHeadline.value"
:scope.sync="primaryHeadline.scope" />
</section>
</template>