mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
Typo
This commit is contained in:
parent
c1318e9102
commit
cbb36b163b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class GroupStoreCache {
|
|||
}
|
||||
|
||||
getGroupStore(matrixClient, groupId) {
|
||||
if (!this.groupStore || this.groupStore._groupId !== groupId) {
|
||||
if (!this.groupStore || this.groupStore.groupId !== groupId) {
|
||||
// This effectively throws away the reference to any previous GroupStore,
|
||||
// allowing it to be GCd once the components referencing it have stopped
|
||||
// referencing it.
|
||||
|
|
Loading…
Reference in a new issue