Skip to content

Commit 5e1c3da

Browse files
authored
fix(preprint): fixed merge resolution (#922)
1 parent 0a15cbc commit 5e1c3da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/app/features/preprints/components/preprint-details/preprint-tombstone/preprint-tombstone.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ export class PreprintTombstoneComponent implements OnDestroy {
6868
fetchSubjects: FetchSelectedSubjects,
6969
loadMoreBibliographicContributors: LoadMoreBibliographicContributors,
7070
});
71-
private router = inject(Router);
72-
73-
private readonly isBrowser = isPlatformBrowser(inject(PLATFORM_ID));
74-
75-
preprintVersionSelected = output<string>();
7671

7772
readonly preprint = select(PreprintSelectors.getPreprint);
7873
readonly isPreprintLoading = select(PreprintSelectors.isPreprintLoading);

0 commit comments

Comments
 (0)