mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Fix error leaving group
This commit is contained in:
@@ -936,7 +936,7 @@ export default class extends baseClass {
|
|||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
this.userDialog.visible &&
|
this.userDialog.visible &&
|
||||||
this.userDialog.id === this.currentUser.id &&
|
this.userDialog.id === API.currentUser.id &&
|
||||||
this.userDialog.representedGroup.id === groupId
|
this.userDialog.representedGroup.id === groupId
|
||||||
) {
|
) {
|
||||||
this.getCurrentUserRepresentedGroup();
|
this.getCurrentUserRepresentedGroup();
|
||||||
|
|||||||
Reference in New Issue
Block a user