Improving agenda

This commit is contained in:
Peter Maquiran
2021-06-16 09:11:20 +01:00
parent 9650255eee
commit b5fd1b4f23
5 changed files with 24 additions and 20 deletions
+2 -3
View File
@@ -162,7 +162,7 @@ export class AgendaPage implements OnInit {
this.loggeduser = authService.ValidatedUser;
this.calendarHeight = "333px";
this.calendarHeight = "330px";
this.showCalendar = true;
this.timelineDate = momentG(new Date(),'dd MMMM yyyy');
@@ -173,8 +173,7 @@ export class AgendaPage implements OnInit {
if(this.loggeduser.Profile == 'MDGPR') {
this.mobileComponent.showEventList = true;
}
}
ngOnInit() {