fixed calendar attendance grouping

This commit is contained in:
2025-12-16 02:18:01 -05:00
parent 2902404d2e
commit 754ddd11d4
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ export interface CalendarSignup {
eventID: number;
status: CalendarAttendance;
member_name?: string;
member_unit?: string;
unit_name?: string;
}
export interface CalendarEventShort {