Skip to content

Commit 1e52338

Browse files
committed
Fix lint error
1 parent 87a211c commit 1e52338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/simple/field-components/file-section/file-section.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class FileSectionComponent implements OnInit {
4444
protected translateService: TranslateService,
4545
@Inject(APP_CONFIG) protected appConfig: AppConfig
4646
) {
47-
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize
47+
this.pageSize = this.appConfig.item.simpleView.bitstreamPageSize;
4848
}
4949

5050
ngOnInit(): void {

0 commit comments

Comments
 (0)