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