Fix group event list

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-01 15:57:07 +02:00
parent ffbe6bfad7
commit 2e67c423db
10 changed files with 67 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ export interface IEventCardOptions {
loggedPerson: IPerson | boolean;
hideDetails: boolean;
organizerActor: IActor | null;
memberofGroup: boolean;
}
export interface IParticipant {