forked from vergnet/application-amicale
Fixed agenda generation
This commit is contained in:
parent
7e90b80ca2
commit
aff897c8ce
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export function generateEventAgenda(eventList: Array<eventObject>, numberOfMonth
|
||||||
if (dateString !== null) {
|
if (dateString !== null) {
|
||||||
const eventArray = agendaItems[dateString];
|
const eventArray = agendaItems[dateString];
|
||||||
if (eventArray !== undefined)
|
if (eventArray !== undefined)
|
||||||
this.pushEventInOrder(eventArray, eventList[i]);
|
pushEventInOrder(eventArray, eventList[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue