fix(front): enable more link on artist and user profiles

This commit is contained in:
ArneBo 2025-05-31 10:56:21 +02:00
parent 9d9713a6ce
commit e4a01a8550
2 changed files with 0 additions and 2 deletions

View File

@ -176,7 +176,6 @@ const isOpen = useModal('artist-description').isOpen
class="description" class="description"
:content="{ ...object.description, text: object.description.text ?? undefined }" :content="{ ...object.description, text: object.description.text ?? undefined }"
:truncate-length="100" :truncate-length="100"
:more-link="false"
/> />
<Spacer grow /> <Spacer grow />
<Link <Link

View File

@ -190,7 +190,6 @@ const isOpen = useModal('artist-description').isOpen
class="description" class="description"
:content="{ html: object?.summary.html || '' }" :content="{ html: object?.summary.html || '' }"
:truncate-length="100" :truncate-length="100"
:more-link="false"
/> />
<Spacer grow /> <Spacer grow />
<Link <Link