Add key to delim wrapper

This commit is contained in:
jeffvli
2021-12-01 23:22:39 -08:00
committed by Jeff
parent efedeff5be
commit 0ed923e12f

View File

@@ -749,6 +749,7 @@ const ListViewTable = ({
{rowData.artist.map((artist: GenericItem, i: number) => (
<>
<SecondaryTextWrapper
key={`delim-${artist.id}`}
playing={
(rowData.uniqueId === playQueue?.currentSongUniqueId &&
nowPlaying) ||