From cd69141870f752f912f1bbd7d66469101df0099a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 29 Jan 2025 19:47:58 +0100 Subject: [PATCH] fix(front): Artist detail options popover links --- front/src/components/library/ArtistBase.vue | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index 48a7c8f12..9dfb4a768 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -178,55 +178,54 @@ watch(() => props.id, fetchData, { immediate: true })