This commit is contained in:
Peter Maquiran
2021-06-17 16:44:38 +01:00
parent e6a4e6fe8e
commit 2dc491ccd1
-2
View File
@@ -224,7 +224,6 @@
</div>
<div *ngFor="let event of events.value" class="EventListBox">
<div class="d-flex content-{{event.profile}}-{{event.event.CalendarName}} mt-10 cursor-pointer width-100 " (click)="eventClicked(event)"
*ngIf="viewEventMonth <= dateMonth(event)">
@@ -255,7 +254,6 @@
</div>
</div>
</div>
</div>