mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix feed bug
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
},
|
||||
persistKey: 'feed',
|
||||
columns: baseColumns,
|
||||
getRowId: (row) => `${row.type}:${row.rowId}:${row.created_at ?? ''}`,
|
||||
getRowId: (row, index) => `${row.type}:${row.created_at ?? ''}:${row.rowId ?? index}`,
|
||||
enableExpanded: true,
|
||||
getRowCanExpand: () => true,
|
||||
initialSorting: [],
|
||||
|
||||
Reference in New Issue
Block a user