diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index dfeaa82f8..008a58f39 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -173,7 +173,7 @@ export class AppComponent implements OnInit, AfterViewInit { .events.pipe( filter(event => event instanceof NavigationEnd) ) - .subscribe((event: NavigationStart) => { + .subscribe(() => { this.breadcrumbService.addExcludedParam('t', true);