diff --git a/src/stores/vrcx.js b/src/stores/vrcx.js index df15a8bb..6dcc49a8 100644 --- a/src/stores/vrcx.js +++ b/src/stores/vrcx.js @@ -317,7 +317,9 @@ export const useVrcxStore = defineStore('Vrcx', () => { }); instanceStore.cachedInstances.forEach((ref, id) => { if ( - friendStore.friends.values().some((f) => f.$location.tag === id) + [...friendStore.friends.values()].some( + (f) => f.$location.tag === id + ) ) { return; }