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"
/>