diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d1d3394..3ea4eaf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -104,7 +104,6 @@ export class AppComponent implements OnInit, OnDestroy { this.autoSwitchEnabled = false; } if (!this.autoSwitchEnabled && now.getMinutes() > 30) { - this.navigateToPage(PAGE_TSPINFO); this.autoSwitchEnabled = true; } }