Fixed agenda generation
Este commit está contenido en:
padre
7e90b80ca2
commit
aff897c8ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
|
|
@ -208,7 +208,7 @@ export function generateEventAgenda(eventList: Array<eventObject>, numberOfMonth
|
|||
if (dateString !== null) {
|
||||
const eventArray = agendaItems[dateString];
|
||||
if (eventArray !== undefined)
|
||||
this.pushEventInOrder(eventArray, eventList[i]);
|
||||
pushEventInOrder(eventArray, eventList[i]);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia