mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-24 16:54:31 -04:00
Add key to delim wrapper
This commit is contained in:
@@ -749,6 +749,7 @@ const ListViewTable = ({
|
||||
{rowData.artist.map((artist: GenericItem, i: number) => (
|
||||
<>
|
||||
<SecondaryTextWrapper
|
||||
key={`delim-${artist.id}`}
|
||||
playing={
|
||||
(rowData.uniqueId === playQueue?.currentSongUniqueId &&
|
||||
nowPlaying) ||
|
||||
|
||||
Reference in New Issue
Block a user