Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue b/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
index 637c24e2665..c8aacb03e9c 100644
--- a/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
+++ b/apps/settings/src/components/PersonalInfo/BiographySection/BiographySection.vue
@@ -22,13 +22,11 @@
<template>
<section>
- <HeaderBar
- :account-property="accountProperty"
+ <HeaderBar :account-property="accountProperty"
label-for="biography"
:scope.sync="primaryBiography.scope" />
- <Biography
- :biography.sync="primaryBiography.value"
+ <Biography :biography.sync="primaryBiography.value"
:scope.sync="primaryBiography.scope" />
</section>
</template>