Add key for carousel artist items

This commit is contained in:
jeffvli 2022-12-20 19:12:18 -08:00
parent 9100b6197a
commit 2a858f3107

View file

@ -153,6 +153,7 @@ export const FeatureCarousel = ({ data }: FeatureCarouselProps) => {
<TitleWrapper> <TitleWrapper>
{currentItem?.albumArtists.map((artist) => ( {currentItem?.albumArtists.map((artist) => (
<TextTitle <TextTitle
key={`carousel-artist-${artist.id}`}
fw="600" fw="600"
order={3} order={3}
> >