From a337795ebfaeb45087a39e9cd2528aa1ec12c252 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 11 Apr 2022 00:26:53 -0700 Subject: [PATCH] Fix key on playerbar artists --- src/components/player/PlayerBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/PlayerBar.tsx b/src/components/player/PlayerBar.tsx index cad6e03..51d2a73 100644 --- a/src/components/player/PlayerBar.tsx +++ b/src/components/player/PlayerBar.tsx @@ -324,7 +324,7 @@ const PlayerBar = () => { > {playQueue.current?.artist.length > 0 ? ( playQueue.current?.artist?.map((artist: Artist, i: number) => ( - + {i > 0 && <>{', '}}