mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
fix
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ export const useFeedStore = defineStore('Feed', () => {
|
||||
prop: 'created_at',
|
||||
order: 'descending'
|
||||
},
|
||||
rowKey: (row) => `${row.type}:${row.rowId ?? Math.random()}`
|
||||
rowKey: (row) =>
|
||||
`${row.type}:${row.rowId()}:${row.created_at ?? ''}`
|
||||
},
|
||||
pageSize: 20,
|
||||
pageSizeLinked: true,
|
||||
|
||||
Reference in New Issue
Block a user