Skip to content
Snippets Groups Projects
Commit 67a43dc8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #00000 TIME 0 instant fix

parent 92eef605
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</mat-expansion-panel-header> </mat-expansion-panel-header>
<mat-list> <mat-list>
<mat-list-item class="contact-item" *ngIf="!functionsService.empty(contact.notes)" <mat-list-item class="contact-item" *ngIf="!functionsService.empty(contact.notes)"
[title]="this.translate.instant('lang.note')"> [title]="lang.note">
<mat-icon mat-list-icon class="contact-group far fa-sticky-note"></mat-icon> <mat-icon mat-list-icon class="contact-group far fa-sticky-note"></mat-icon>
<p mat-line class="contact-content" [class.newData]="isNewValue('notes')" [title]="contact.notes"> <p mat-line class="contact-content" [class.newData]="isNewValue('notes')" [title]="contact.notes">
{{contact.notes}} </p> {{contact.notes}} </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment