From c1006cfa590f870014d0f049d6447eb2f253cde3 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:40:44 -0400 Subject: [PATCH] Removed buttons (#5935) --- apps/desktop/src/app/app.component.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/desktop/src/app/app.component.ts b/apps/desktop/src/app/app.component.ts index d7cd1d7dfb..b04454f760 100644 --- a/apps/desktop/src/app/app.component.ts +++ b/apps/desktop/src/app/app.component.ts @@ -78,12 +78,6 @@ const systemTimeoutOptions = { - -
- - -
-
@@ -148,10 +142,6 @@ export class AppComponent implements OnInit, OnDestroy { private dialogService: DialogServiceAbstraction ) {} - goTo(route: string) { - this.router.navigate([route]); - } - ngOnInit() { this.stateService.activeAccount$.pipe(takeUntil(this.destroy$)).subscribe((userId) => { this.activeUserId = userId;