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) => ( {rowData.artist.map((artist: GenericItem, i: number) => (
<> <>
<SecondaryTextWrapper <SecondaryTextWrapper
key={`delim-${artist.id}`}
playing={ playing={
(rowData.uniqueId === playQueue?.currentSongUniqueId && (rowData.uniqueId === playQueue?.currentSongUniqueId &&
nowPlaying) || nowPlaying) ||

Loading…
Cancel
Save