We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a15cbc commit 5e1c3daCopy full SHA for 5e1c3da
1 file changed
src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts
@@ -68,11 +68,6 @@ export class PreprintTombstoneComponent implements OnDestroy {
68
fetchSubjects: FetchSelectedSubjects,
69
loadMoreBibliographicContributors: LoadMoreBibliographicContributors,
70
});
71
- private router = inject(Router);
72
-
73
- private readonly isBrowser = isPlatformBrowser(inject(PLATFORM_ID));
74
75
- preprintVersionSelected = output<string>();
76
77
readonly preprint = select(PreprintSelectors.getPreprint);
78
readonly isPreprintLoading = select(PreprintSelectors.isPreprintLoading);
0 commit comments