From d6cdeffa6f51486c9608d3519dafe1d1ef8c32d1 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 8 Apr 2025 05:42:59 +0200 Subject: [PATCH] fix(front): remove artist from channel series card --- front/src/components/audio/ChannelCard.vue | 1 + front/src/components/audio/ChannelSerieCard.vue | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/front/src/components/audio/ChannelCard.vue b/front/src/components/audio/ChannelCard.vue index 08dbb38ef..f553ba165 100644 --- a/front/src/components/audio/ChannelCard.vue +++ b/front/src/components/audio/ChannelCard.vue @@ -55,6 +55,7 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date) diff --git a/front/src/components/audio/ChannelSerieCard.vue b/front/src/components/audio/ChannelSerieCard.vue index 92b8083a0..3ab86b67a 100644 --- a/front/src/components/audio/ChannelSerieCard.vue +++ b/front/src/components/audio/ChannelSerieCard.vue @@ -1,17 +1,15 @@