Browse Source

Add key to delim wrapper

master
jeffvli 3 years ago
committed by Jeff
parent
commit
0ed923e12f
  1. 1
      src/components/viewtypes/ListViewTable.tsx

1
src/components/viewtypes/ListViewTable.tsx

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

Loading…
Cancel
Save