mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-29 02:32:37 -04:00
Fix combinedtitle on null artist
This commit is contained in:
@@ -746,7 +746,7 @@ const ListViewTable = ({
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{rowData.artist.map((artist: GenericItem, i: number) => (
|
||||
{(rowData.artist || []).map((artist: GenericItem, i: number) => (
|
||||
<>
|
||||
<SecondaryTextWrapper
|
||||
key={`delim-${artist.id}`}
|
||||
|
||||
Reference in New Issue
Block a user