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