Skip to content

Commit bc20c83

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 533f56c commit bc20c83

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.131.17...v2.131.18)
44

5-
- [#2787](https://github.com/ORCID/orcid-angular/pull/2787): PD-5211, COMMS-1503, PD-5176
5+
- [#2787](https://github.com/ORCID/orcid-angular/pull/2787): PD-5211, COMMS-1503, PD-5176
66

77
## v2.131.17 - 2026-03-20
88

‎src/app/record/components/top-bar/top-bar.component.html‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,11 @@ <h1 class="name" *ngIf="creditName">
188188
[userRecord]="userRecord"
189189
[type]="'top-bar'"
190190
id="biography-panel"
191-
[visibility]="userRecord.biography?.biography?.value ? userRecord.biography.visibility.visibility : null"
191+
[visibility]="
192+
userRecord.biography?.biography?.value
193+
? userRecord.biography.visibility.visibility
194+
: null
195+
"
192196
[editableVisibilityControl]="true"
193197
>
194198
<h2

0 commit comments

Comments
 (0)