Add intervenientes

This commit is contained in:
Peter Maquiran
2021-04-05 15:00:14 +01:00
parent 5dc84bfffc
commit 3727e73c1d
10 changed files with 73 additions and 29 deletions
@@ -134,8 +134,8 @@
<div class="list-people">
<ion-item lines="none">
<ion-list>
<ion-label *ngIf="eventAttendees.length ==0" class="list-people-title">Adicionar intervenientes</ion-label>
<ion-label *ngFor="let participant of eventAttendees">{{participant.Name}}</ion-label>
<ion-label *ngIf="taskParticipants.length ==0" class="list-people-title">Adicionar intervenientes</ion-label>
<ion-label *ngFor="let participant of taskParticipants">{{participant.Name}}</ion-label>
</ion-list>
</ion-item>
</div>