diff --git a/src/renderer/components/feature-carousel/feature-carousel.tsx b/src/renderer/components/feature-carousel/feature-carousel.tsx index f0bf6de2a..fbdf2f4dd 100644 --- a/src/renderer/components/feature-carousel/feature-carousel.tsx +++ b/src/renderer/components/feature-carousel/feature-carousel.tsx @@ -132,21 +132,14 @@ const CarouselItem = ({ album }: CarouselItemProps) => {
{album.albumArtists.slice(0, 1).map((artist) => ( - { - e.stopPropagation(); - }} - state={{ item: artist }} - to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, { - albumArtistId: artist.id, - })} + size="md" > - - {artist.name} - - + {artist.name} + ))} {album.genres?.slice(0, 2).map((genre) => (