diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 48056457..37ff5b87 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -648,8 +648,7 @@ export class ResultLandingComponent { } checkIfAllowed(resultLandingInfo: ResultLandingInfo) { - let publicCommunities: string[] = [ "aginfra", "rural-digital-europe", "covid-19", "dariah", "dh-ch", - "enermaps", "mes", "fam", "ni", "sdsn-gr", "elixir-gr", "beopen"]; + let publicCommunities: string[] = [ "covid-19" ]; try { if(!(this.properties.environment == "production" || this.properties.environment == "development") ) { return true;