fix forech wrong data

This commit is contained in:
Peter Maquiran
2024-06-06 15:42:58 +01:00
parent 14976cc159
commit 07c0223ed2
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -224,6 +224,8 @@
<div class="ss-timeline timeline-mobile flex-grow-1 pr-10 text-black height-100 width-100 overflow-y-auto" >
{{ TimelineMDList | json }}
<div *ngFor="let year of TimelineMDList " >
<!-- {{year.yearInfo.yearName}} -->
<div *ngFor="let month of year.months " class="header-day" >
+1 -1
View File
@@ -80,7 +80,7 @@ export class AgendaPage implements OnInit {
events: CalendarEvent[] = [];
TimelinePR: CalendarEvent[] = [];
TimelineMD: CalendarEvent[] = [];
TimelineMDList = {};
TimelineMDList = [];
showTimelinePR = false;
showTimelineMD = false;