mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Lint
This commit is contained in:
@@ -1167,7 +1167,6 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
isChatBoxMuted,
|
||||
ageVerified
|
||||
});
|
||||
// get block, mute
|
||||
};
|
||||
|
||||
const playersInInstance = locationStore.lastLocation.playerList;
|
||||
|
||||
@@ -1821,6 +1821,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
hasEmail: false,
|
||||
hasLoggedInFromClient: false,
|
||||
hasPendingEmail: false,
|
||||
hasSharedConnectionsOptOut: false,
|
||||
hideContentFilterSettings: false,
|
||||
homeLocation: '',
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user