WIP: Responsive header menu 2
This commit is contained in:
@@ -9,7 +9,7 @@ import {StorageService} from '../../services/storage.service';
|
||||
})
|
||||
export class HeaderComponent implements OnInit {
|
||||
|
||||
showProfilePopover: boolean = false;
|
||||
showProfilePopOver: boolean = false;
|
||||
user?: User;
|
||||
|
||||
constructor() {
|
||||
@@ -20,11 +20,11 @@ export class HeaderComponent implements OnInit {
|
||||
}
|
||||
|
||||
openProfile(): void {
|
||||
this.showProfilePopover = true;
|
||||
this.showProfilePopOver = true;
|
||||
}
|
||||
|
||||
closeProfile(): void {
|
||||
this.showProfilePopover = false;
|
||||
this.showProfilePopOver = false;
|
||||
}
|
||||
|
||||
getUserName(): string {
|
||||
|
||||
Reference in New Issue
Block a user