diff --git a/projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.html b/projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.html index f3acbc600..e29a837b5 100644 --- a/projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.html +++ b/projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.html @@ -247,11 +247,7 @@
{{ link.description }}
diff --git a/src/app/cdk/panel/panel/panel.component.ts b/src/app/cdk/panel/panel/panel.component.ts index 0a0f13b1f..c3644f5ff 100644 --- a/src/app/cdk/panel/panel/panel.component.ts +++ b/src/app/cdk/panel/panel/panel.component.ts @@ -267,9 +267,7 @@ export class PanelComponent implements OnInit { } expandItem() { - this._rumEvents.recordSimpleEvent( - AppEventName.RecordExpandFeaturedWorkClicked - ) + this._rumEvents.recordSimpleEvent(AppEventName.RecordExpandFeaturedWorkClicked) const modalComponent = this._dialog.open( ExpandedWorkFeaturedModalComponent, { diff --git a/src/app/register/register-observability.service.ts b/src/app/register/register-observability.service.ts index 707551298..bcda27acf 100644 --- a/src/app/register/register-observability.service.ts +++ b/src/app/register/register-observability.service.ts @@ -148,7 +148,10 @@ export class RegisterObservabilityService { } stepLoaded(step: 'a' | 'b' | 'c2' | 'c' | 'd') { - this._observability.recordEvent('orcid_registration', stepLoadedEvent(step)) + this._observability.recordEvent( + 'orcid_registration', + stepLoadedEvent(step) + ) } initializeJourney(reactivation) {