mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 21:07:41 +02:00
use unique id for places that may have duplicates
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ export const AlbumArtistDetailTopSongsListContent = ({
|
||||
ref={tableRef}
|
||||
shouldUpdateSong
|
||||
{...tableProps}
|
||||
getRowId={(data) => data.data.id}
|
||||
getRowId={(data) => data.data.uniqueId}
|
||||
rowClassRules={rowClassRules}
|
||||
rowData={data}
|
||||
rowModelType="clientSide"
|
||||
|
||||
Reference in New Issue
Block a user