Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orcid-releaser committed Sep 24, 2024
1 parent ea9d8ba commit ec0e8f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ActivitySummary } from 'src/app/types/trust-summary'
preserveWhitespaces: true,
})
export class SummaryPanelComponent implements OnInit {
@Input() activitySummary: ActivitySummary[]
@Input() activitySummary: ActivitySummary[]
@Input() url: string = ''
@Input() count: number = 0
@Input() moreLabel: string = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1 class="orc-font-body-large">
[activitySection]="'affiliations'"
></app-summary-panel>
</ng-container>
<ng-container *ngIf="emailDomains.length > 1">
<ng-container *ngIf="emailDomains.length > 1">
<a
tabindex="0"
rel="noopener noreferrer"
Expand All @@ -157,7 +157,7 @@ <h1 class="orc-font-body-large">
i18n="@@summary.emailDomains"
[ngClass]="{ 'hover-effect': emailDomainsHover }"
>
EMAIL DOMAINS
EMAIL DOMAINS
</h3>
</a>
<app-summary-simple-panel
Expand Down Expand Up @@ -384,7 +384,7 @@ <h3 class="orc-font-small-print" i18n="@@summary.keyDates">
}"
[attr.aria-label]="ariaLabelEducationQualificationsActions"
>
EDUCATION AND QUALIFICATIONS
EDUCATION AND QUALIFICATIONS
</h3>
</a>
<app-summary-panel
Expand Down

0 comments on commit ec0e8f3

Please sign in to comment.