better textboxes

This commit is contained in:
2020-05-28 20:54:25 +02:00
parent f795850766
commit e652db7741
8 changed files with 31 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
</app-button-row>
</app-card>
<app-card *ngIf="!!(files$|async)" heading="Anhänge">
<app-card *ngIf="(files$|async).length>0" heading="Anhänge">
<p *ngFor="let file of (files$|async)">
<app-file [file]="file"></app-file>
</p>