requested changes.

This commit is contained in:
piuvas 2025-07-16 12:43:35 -03:00
parent 1696e31797
commit c97fafa071
No known key found for this signature in database
6 changed files with 5 additions and 6 deletions

View file

@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkKeyValue>
<template #key>{{ i18n.ts.about }}</template>
<template #value><div v-html="sanitizeHtml(instance.about)"></div></template>
<template #value><div v-html="sanitizeHtml(instance.about || instance.description)"></div></template>
</MkKeyValue>
<FormSection>