fix premise account stuff

This commit is contained in:
2021-11-09 10:02:53 +01:00
parent 28e505f570
commit 3c97fb3582
3 changed files with 12 additions and 6 deletions

View File

@ -40,7 +40,7 @@
<input matInput name="city" [(ngModel)]="premise.city"/>
</mat-form-field>
</div><div>
<mat-form-field appearance="outline">
<mat-form-field appearance="outline" *ngIf="premise.account">
<mat-label>Betriebskostenkonto</mat-label>
<input matInput name="street" [(ngModel)]="premise.account"/>
</mat-form-field>