Skip to content

Commit

Permalink
Hide package options if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 4, 2024
1 parent f6beb56 commit a658330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/person/person.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h5 class="card-title">{{'existing_information' | translate | titlecase}}</h5>
</p>
</div>

<div class="form-group">
<div class="form-group" *ngIf="personAcr.package_option_zones.length > 0">
<label class="small text-muted font-weight-bold my-0 py-0">{{'package_options' | translate}}</label>
<p>
<span *ngFor="let poz of personAcr.package_option_zones">
Expand Down

0 comments on commit a658330

Please sign in to comment.