Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit cbb36b1

Browse files
author
Luke Barnard
committed
Typo
1 parent c1318e9 commit cbb36b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/GroupStoreCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GroupStoreCache {
2222
}
2323

2424
getGroupStore(matrixClient, groupId) {
25-
if (!this.groupStore || this.groupStore._groupId !== groupId) {
25+
if (!this.groupStore || this.groupStore.groupId !== groupId) {
2626
// This effectively throws away the reference to any previous GroupStore,
2727
// allowing it to be GCd once the components referencing it have stopped
2828
// referencing it.

0 commit comments

Comments
 (0)