From 5fd01b8285d9667df5e27b23b0f24905b5fe94ed Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 27 Jan 2025 08:44:56 +0100 Subject: [PATCH] fix(front): remove duplicate taglist in artistcard --- front/src/components/artist/Card.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 29b503e97..eb27b6ce7 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -52,14 +52,6 @@ const imageUrl = computed(() => cover.value?.urls.original :to="{name: 'library.artists.detail', params: {id: artist.id}}" > - -