From 491871c5981b82814937846b229c14dd9999f34d Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 10 Dec 2024 12:44:17 +0100 Subject: [PATCH] fix(front): Add missing closing --- front/src/components/library/ArtistBase.vue | 173 ++++++++++---------- 1 file changed, 87 insertions(+), 86 deletions(-) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index 0b6fcbfab..003af6c06 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -167,103 +167,104 @@ watch(() => props.id, fetchData, { immediate: true })
- - + + - + +