diff --git a/src/app/app.component.ts b/src/app/app.component.ts index db03aa2..df772e9 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -76,7 +76,6 @@ export class AppComponent { this.properties = this.propertiesService.envSpecific; var communityId: string = ""; this._communitiesService.updateCommunities(this.properties, this.properties.communitiesAPI); - HelperFunctions.scroll(); if (this.properties.environment == "development") { this.showMenu = false; this.route.queryParams.subscribe(params => {