From dacab885528ec6fe5470d5e5ae917ecc77bf3ba5 Mon Sep 17 00:00:00 2001 From: nsemets Date: Thu, 26 Mar 2026 15:56:53 +0200 Subject: [PATCH] fix(preprint): fixed merge resolution --- .../preprint-tombstone/preprint-tombstone.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts b/src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts index a8022b125..b1f94e7b8 100644 --- a/src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts +++ b/src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts @@ -68,11 +68,6 @@ export class PreprintTombstoneComponent implements OnDestroy { fetchSubjects: FetchSelectedSubjects, loadMoreBibliographicContributors: LoadMoreBibliographicContributors, }); - private router = inject(Router); - - private readonly isBrowser = isPlatformBrowser(inject(PLATFORM_ID)); - - preprintVersionSelected = output(); readonly preprint = select(PreprintSelectors.getPreprint); readonly isPreprintLoading = select(PreprintSelectors.isPreprintLoading);