diff --git a/src/frontend/app/contact/autocomplete/contact-autocomplete.component.html b/src/frontend/app/contact/autocomplete/contact-autocomplete.component.html index 1f3ff1469775da2794a2ab5f5b05d74dd8916309..bb88ed5b5316170a84ca9335a584262b49854503 100644 --- a/src/frontend/app/contact/autocomplete/contact-autocomplete.component.html +++ b/src/frontend/app/contact/autocomplete/contact-autocomplete.component.html @@ -74,6 +74,11 @@ <p mat-line class="contact-content" *ngIf="!empty(option.addressCountry)" [title]="option.addressCountry"> {{option.addressCountry}} </p> </mat-list-item> + <mat-list-item class="contact-item" *ngIf="!empty(option.notes)"> + <mat-icon mat-list-icon class="contact-group far fa-sticky-note" [title]="'lang.note' | translate"> + </mat-icon> + <p mat-line class="contact-content" [title]="option.notes"> {{option.notes}} </p> + </mat-list-item> <ng-container *ngFor="let customField of option.customFields"> <mat-list-item class="contact-item" *ngIf="customField.value !== null"> <mat-icon mat-list-icon class="contact-group fas fa-hashtag"