RED-9175: removed unnecessary brackets.

This commit is contained in:
Nicoleta Panaghiu 2024-06-03 16:10:10 +03:00
parent 129f2d97d6
commit 8220f502e6

View File

@ -45,9 +45,7 @@ export class FilePreviewStateService {
readonly dossierTemplateId = getParam(DOSSIER_TEMPLATE_ID);
readonly fileId = getParam(FILE_ID);
readonly excludedPages: WritableSignal<number[]>;
readonly updateExcludedPagesStyle = computed(() => {
return this.excludedPages();
});
readonly updateExcludedPagesStyle = computed(() => this.excludedPages());
readonly isEditingReviewer = signal(false);
constructor(