From 93bd0a1bc778782fabe9da335c5c5428113a48a2 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:24:33 +0200 Subject: [PATCH] Fix sidebar on user account page --- apps/client/src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/app/app.component.ts b/apps/client/src/app/app.component.ts index f260f4bbd..d1d9529ce 100644 --- a/apps/client/src/app/app.component.ts +++ b/apps/client/src/app/app.component.ts @@ -112,6 +112,7 @@ export class AppComponent implements OnDestroy, OnInit { this.hasTabs = (this.currentRoute === this.routerLinkAbout[0].slice(1) || + this.currentRoute === 'account' || this.currentRoute === 'admin' || this.currentRoute === 'home' || this.currentRoute === 'portfolio' ||