diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 98a5a63..933316c 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -58,7 +58,7 @@ export class AppComponent implements OnInit{ localStorage.setItem('isCommunityManager', Session.isCommunityCurator() + ''); this.isPortalAdministrator = Session.isPortalAdministrator(); - this.isPortalAdministrator = true; + /*this.isPortalAdministrator = true;*/ } this._communitiesService.updateCommunities(this.properties, this.properties.communityAPI + 'communities');