fix(front): enable more link on artist and user profiles
This commit is contained in:
parent
9d9713a6ce
commit
e4a01a8550
|
@ -176,7 +176,6 @@ const isOpen = useModal('artist-description').isOpen
|
|||
class="description"
|
||||
:content="{ ...object.description, text: object.description.text ?? undefined }"
|
||||
:truncate-length="100"
|
||||
:more-link="false"
|
||||
/>
|
||||
<Spacer grow />
|
||||
<Link
|
||||
|
|
|
@ -190,7 +190,6 @@ const isOpen = useModal('artist-description').isOpen
|
|||
class="description"
|
||||
:content="{ html: object?.summary.html || '' }"
|
||||
:truncate-length="100"
|
||||
:more-link="false"
|
||||
/>
|
||||
<Spacer grow />
|
||||
<Link
|
||||
|
|
Loading…
Reference in New Issue