Fix lint error

This commit is contained in:
Sergio Fernández Celorio
2022-11-07 16:50:46 +01:00
parent 87a211ca66
commit 1e523382d0

View File

@@ -44,7 +44,7 @@ export class FileSectionComponent implements OnInit {
protected translateService: TranslateService,
@Inject(APP_CONFIG) protected appConfig: AppConfig
) {
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize;
}
ngOnInit(): void {