diff --git a/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts b/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts
index b085501e6c..68b7fa1e7e 100644
--- a/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts
+++ b/src/app/record/components/affiliation-stacks-groups/affiliation-stacks-groups.component.ts
@@ -60,13 +60,13 @@ export class AffiliationStacksGroupsComponent implements OnInit {
'type',
'start',
'end',
- 'source'
+ 'source',
]
educationAndQualificationSortTypes: SortOrderType[] = [
'title',
'start',
'end',
- 'source'
+ 'source',
]
constructor(
private _record: RecordService,
@@ -78,7 +78,7 @@ export class AffiliationStacksGroupsComponent implements OnInit {
this._togglz
.getStateOf('PROFESSIONAL_ACTIVITIES')
.pipe(take(1))
- .subscribe((value) => (this.professionalActivitiesTogglz = value))
+ .subscribe((value) => (this.professionalActivitiesTogglz = value))
this.$loading = this._recordAffiliationService.$loading
this._record
.getRecord({
diff --git a/src/app/record/components/record-header/record-header.component.html b/src/app/record/components/record-header/record-header.component.html
index 407dd0000e..3db5642f4b 100644
--- a/src/app/record/components/record-header/record-header.component.html
+++ b/src/app/record/components/record-header/record-header.component.html
@@ -112,7 +112,9 @@
'orc-font-body-large': platform.columns12
}"
>
-