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"
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue