diff --git a/explore/src/app/contact/contact.component.ts b/explore/src/app/contact/contact.component.ts index 410d9a18..d421ce75 100644 --- a/explore/src/app/contact/contact.component.ts +++ b/explore/src/app/contact/contact.component.ts @@ -67,7 +67,7 @@ export class ContactComponent implements OnInit { this.updateTitle(this.pageTitle); this.updateDescription(this.description); this.reset(); - this.getPageContents(); + // this.getPageContents(); this.sending = false; }