diff --git a/front/src/components/album/Card.vue b/front/src/components/album/Card.vue
index 425ebd16e..66ea2ab47 100644
--- a/front/src/components/album/Card.vue
+++ b/front/src/components/album/Card.vue
@@ -56,7 +56,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
:key="ac.artist.id"
>
{{ ac.credit ?? t('components.Queue.meta.unknownArtist') }}
diff --git a/front/src/components/ui/Section.vue b/front/src/components/ui/Section.vue
index ecbef260c..d20ffa253 100644
--- a/front/src/components/ui/Section.vue
+++ b/front/src/components/ui/Section.vue
@@ -63,7 +63,7 @@ const headerGrid