From e4a01a85505efa80b25e82ecf4c30e0df177ee4d Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 31 May 2025 10:56:21 +0200 Subject: [PATCH] fix(front): enable more link on artist and user profiles --- front/src/components/library/ArtistBase.vue | 1 - front/src/views/auth/ProfileBase.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index 3a72a43c6..a9578e502 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -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" />