Skip to content

Commit d1e0f36

Browse files
author
Salma Alam-Naylor
committed
Removed things that were breaking tests
1 parent a4e77de commit d1e0f36

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/fretonator-web/src/app/pages/contact/contact-index/contact-index.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export class ContactIndexComponent implements AfterViewInit {
4949

5050
ngAfterViewInit(): void {
5151
this.globalService.setScrollTarget(this.scrollTarget.nativeElement);
52-
this.globalService.getScrollTarget().scrollIntoView();
5352
}
5453

5554
onSubmit() {

apps/fretonator-web/src/app/pages/contact/contact-success/contact-success.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export class ContactSuccessComponent implements AfterViewInit {
1414

1515
ngAfterViewInit(): void {
1616
this.globalService.setScrollTarget(this.scrollTarget.nativeElement);
17-
this.globalService.getScrollTarget().scrollIntoView();
1817
}
1918

2019
onClick() {

0 commit comments

Comments
 (0)