mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Fix friendLog filters
This commit is contained in:
@@ -65,9 +65,7 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
filters: [
|
||||
{
|
||||
prop: 'type',
|
||||
value: [],
|
||||
filterFn: (row, filter) =>
|
||||
filter.value.some((v) => v === row.type)
|
||||
value: []
|
||||
},
|
||||
{
|
||||
prop: 'displayName',
|
||||
|
||||
Reference in New Issue
Block a user