diff --git a/connect/community/community.service.ts b/connect/community/community.service.ts index d3f60084..af4caa0f 100644 --- a/connect/community/community.service.ts +++ b/connect/community/community.service.ts @@ -56,7 +56,7 @@ export class CommunityService { async getCommunityAsync() { await this.promise; - this.clearSubscriptions(); + // this.clearSubscriptions(); return this.community.getValue(); }