diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index c732c3c..281b04a 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -130,6 +130,7 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv } ngOnDestroy() { + this.quickContactService.setDisplay(true); this.clear(); }