fix invites

This commit is contained in:
_Bastler 2021-05-07 11:39:42 +02:00
parent ea5ea6324e
commit d5a52451b5

View File

@ -26,7 +26,7 @@
<ng-container matColumnDef="note">
<th mat-header-cell *matHeaderCellDef> {{'invite.note' | i18n}} </th>
<td mat-cell *matCellDef="let invite"> {{ invite.note}} </td>
<td mat-cell *matCellDef="let invite"> <span *ngIf="invite.note">{{ invite.note}}</span> <i *ngIf="!invite.note">{{ 'invite.noNote' | i18n}}</i> </td>
</ng-container>
<ng-container matColumnDef="redeemed">