Fixed tslint issues

This commit is contained in:
Raf Ponsaerts
2020-08-17 16:29:57 +02:00
parent a38d365bab
commit 1247088df9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import { FileSectionComponent } from '../../../simple/field-components/file-sect
import { PaginationComponentOptions } from '../../../../shared/pagination/pagination-component-options.model';
import { PaginatedList } from '../../../../core/data/paginated-list';
import { RemoteData } from '../../../../core/data/remote-data';
import { switchMap } from "rxjs/operators";
import { switchMap } from 'rxjs/operators';
/**
* This component renders the file section of the item

View File

@@ -33,7 +33,7 @@ export class FileSectionComponent implements OnInit {
isLastPage: boolean;
pageSize: number = 5;
pageSize = 5;
constructor(
protected bitstreamDataService: BitstreamDataService