develop_bitOut

This commit is contained in:
Peter Maquiran
2022-12-16 17:33:00 +01:00
parent eacd46e34a
commit d51aebe5a1
4 changed files with 23 additions and 17 deletions
+3 -1
View File
@@ -144,9 +144,11 @@ export class ListBoxService {
if(this.CanPush(event, selectedDate)) days[day].push(event)
}
} else {
if(this.CanPush(event, selectedDate) && diffDays != 2) days[day].push(event)
}
// if(this.CanPush(event, selectedDate) && diffDays != 2) days[day].push(event)
//
})