From e6c23b04138351327abda0f514723ce0601936f0 Mon Sep 17 00:00:00 2001 From: BeardedBear Date: Thu, 5 Feb 2026 21:01:17 +0100 Subject: [PATCH 1/2] fix(artist): show begin-area when country missing Only render the country flag and tooltip when artistMetas.country exists. Provide a fallback that displays the begin-area or area name if country is absent to avoid an empty tooltip and display meaningful location info. --- src/components/artist/ArtistProfile.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/artist/ArtistProfile.vue b/src/components/artist/ArtistProfile.vue index d4631daf..350bddf1 100644 --- a/src/components/artist/ArtistProfile.vue +++ b/src/components/artist/ArtistProfile.vue @@ -6,11 +6,11 @@ {{ typeof value === "string" ? value : value.name }} -