Skip to content

Commit

Permalink
primary email no longer highlighted in bold (#2306)
Browse files Browse the repository at this point in the history
Co-authored-by: Angel Montenegro <[email protected]>
  • Loading branch information
auumgn and amontenegro authored Jul 24, 2024
1 parent e48c438 commit 28690b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/cdk/side-bar/side-bar/side-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ <h3 header class="orc-font-body" i18n="@@shared.emails">Emails</h3>
[visibility]="
isPublicRecord ? '' : email.verified ? email.visibility : 'PRIVATE'
"
[bold]="email.primary"
[isPublicRecord]="isPublicRecord"
>{{ email.value }}

Expand Down

0 comments on commit 28690b9

Please sign in to comment.