Skip to content

Commit

Permalink
feat(attendance): display all attendance in overview calendar
Browse files Browse the repository at this point in the history
closes #1146
  • Loading branch information
sleidig committed Apr 5, 2022
1 parent 72cd291 commit 26e8c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div fxLayout="row wrap">
<app-attendance-calendar
[records]="displayedEvents"
[records]="combinedAttendance?.events || []"
[highlightForChild]="forChild"
[activity]="activity"
fxFlex
Expand Down

0 comments on commit 26e8c3b

Please sign in to comment.