Browse Source

Merge branch 'main' into main

pull/2408/head
Sanjeev Sharma 2 years ago
committed by GitHub
parent
commit
8d3db82e84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/app.component.ts

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed account form submission on enter key press
- Fixed the sidebar navigation on the user account page
## 2.7.0 - 2023-09-30

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