mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add key for carousel artist items
This commit is contained in:
@@ -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}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user