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