Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Feb 8, 2024
1 parent 742cf18 commit 455070a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 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 @@ -11,7 +11,7 @@
>
Personal information
</h2>
<ng-container *ngIf="isPublicRecord ? !newRecordHeaderTogglz : true ">
<ng-container *ngIf="isPublicRecord ? !newRecordHeaderTogglz : true">
<app-side-bar-id
*ngIf="!hideOrcidId"
[ngClass]="{
Expand Down
12 changes: 10 additions & 2 deletions src/app/record/components/top-bar/top-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
[userRecord]="userRecord"
[userStatus]="userStatus"
[isPublicRecord]="isPublicRecord"
*ngIf="newRecordHeaderTogglz ? !isPublicRecord && !recordWithIssues : !recordWithIssues"
*ngIf="
newRecordHeaderTogglz
? !isPublicRecord && !recordWithIssues
: !recordWithIssues
"
[showPrintButton]="!platform.columns12"
></app-top-bar-actions>

Expand Down Expand Up @@ -270,7 +274,11 @@ <h1 class="name orc-font-heading-small">
[userRecord]="userRecord"
[userStatus]="userStatus"
[isPublicRecord]="isPublicRecord"
*ngIf="newRecordHeaderTogglz ? !isPublicRecord && !recordWithIssues && !platform.columns12 : !recordWithIssues && !platform.columns12"
*ngIf="
newRecordHeaderTogglz
? !isPublicRecord && !recordWithIssues && !platform.columns12
: !recordWithIssues && !platform.columns12
"
[showIsThisYouButton]="true"
></app-top-bar-actions>

Expand Down

0 comments on commit 455070a

Please sign in to comment.