Browse Source

Fix sidebar on user account page

pull/2413/head
Thomas 2 years ago
parent
commit
93bd0a1bc7
  1. 1
      apps/client/src/app/app.component.ts

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

Loading…
Cancel
Save