mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Typo
This commit is contained in:
parent
c1318e9102
commit
cbb36b163b
@ -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…
x
Reference in New Issue
Block a user