Bugfix/fix sidebar on user account page (#2413)

* Fix sidebar on user account page

* Update changelog
This commit is contained in:
Thomas Kaul
2023-10-01 19:11:48 +02:00
committed by GitHub
parent 71feb531e8
commit 5f7a230fd3
2 changed files with 7 additions and 0 deletions

View File

@@ -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' ||