remove publication mobile

This commit is contained in:
Peter Maquiran
2024-03-11 10:23:33 +01:00
parent b02971e70b
commit e87b4ccdef
9 changed files with 42 additions and 22 deletions
+10
View File
@@ -43,6 +43,16 @@ export class HeaderPage implements OnInit {
notificationCount: number = 0;
profilePicture = "";
hideHeader = false
hideHeaderValidation() {
const result = this.HeaderSettingsService.hideHeader && this.ActiveTabService.pages.gabineteDetails
if(result != this.hideHeader) {
this.hideHeader = true
}
}
constructor(
private router: Router,