mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Add key for carousel artist items
This commit is contained in:
parent
9100b6197a
commit
2a858f3107
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue