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);