Fix linting.

This commit is contained in:
elweyn 2023-02-22 09:01:09 +01:00
parent 9bdc9fe2ef
commit 97c87e2f93

View File

@ -83,7 +83,9 @@
<template v-if="user.about">
<hr />
<ds-space margin-top="small" margin-bottom="small">
<ds-text align="center" color="soft" size="small" class="hyphenate-text">{{ user.about }}</ds-text>
<ds-text align="center" color="soft" size="small" class="hyphenate-text">
{{ user.about }}
</ds-text>
</ds-space>
</template>
</base-card>