mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-24 16:54:31 -04:00
Fix key on playerbar artists
This commit is contained in:
@@ -324,7 +324,7 @@ const PlayerBar = () => {
|
||||
>
|
||||
{playQueue.current?.artist.length > 0 ? (
|
||||
playQueue.current?.artist?.map((artist: Artist, i: number) => (
|
||||
<React.Fragment key={artist.id}>
|
||||
<React.Fragment key={`${artist.id}-link`}>
|
||||
<SecondaryTextWrapper subtitle="true">
|
||||
{i > 0 && <>{', '}</>}
|
||||
</SecondaryTextWrapper>
|
||||
|
||||
Reference in New Issue
Block a user