post rebase code fixes

This commit is contained in:
Timo Bejan 2020-10-19 10:42:59 +03:00
parent de19b9a287
commit 43510a448f

View File

@ -51,10 +51,6 @@ export class FilePreviewScreenComponent implements OnInit {
public expandedFilters: AnnotationFilters = { hint: false };
public activeViewerPage: number;
private _manualRedactionEntry: AddRedactionRequest;
activeViewerPage: number;
constructor(
public readonly appStateService: AppStateService,
private readonly _changeDetectorRef: ChangeDetectorRef,