Skip to content

Commit

Permalink
9395-qa-all-activity-items-have-space-for-a-type-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Sep 11, 2024
1 parent f4fb201 commit 982bf2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[panelTitle]="affiliation.affiliationName.value"
>
<div class="affiliation-title" header>
<ng-container *ngIf="professionalActivitiesTogglz">
<ng-container *ngIf="professionalActivities">
<mat-icon
class="material-icons-outlined"
*ngIf="type === 'invited-position'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class AffiliationStackComponent implements OnInit, OnDestroy {
@Input() isPublicRecord: string = null
@Input() type: AffiliationType
hasExternalIdentifiers: boolean
@Input() professionalActivities: boolean
@Input()
set affiliationStack(value: AffiliationGroup) {
this.hasExternalIdentifiers = !!value.externalIdentifiers.length
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
[affiliationStack]="affiliationGroup"
[type]="affiliationGroup.affiliationType | affiliationType"
[userInfo]="userInfo"
[professionalActivities]="true"
></app-affiliation-stack>
</ng-container>
<ng-container
Expand Down

0 comments on commit 982bf2d

Please sign in to comment.