From 1247088df963c58d7f32941d68cbf886fefc7484 Mon Sep 17 00:00:00 2001 From: Raf Ponsaerts Date: Mon, 17 Aug 2020 16:29:57 +0200 Subject: [PATCH] Fixed tslint issues --- .../file-section/full-file-section.component.ts | 2 +- .../field-components/file-section/file-section.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/+item-page/full/field-components/file-section/full-file-section.component.ts b/src/app/+item-page/full/field-components/file-section/full-file-section.component.ts index f8af73f55b..fdbe662ed9 100644 --- a/src/app/+item-page/full/field-components/file-section/full-file-section.component.ts +++ b/src/app/+item-page/full/field-components/file-section/full-file-section.component.ts @@ -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 diff --git a/src/app/+item-page/simple/field-components/file-section/file-section.component.ts b/src/app/+item-page/simple/field-components/file-section/file-section.component.ts index 6832556ff6..25b214e200 100644 --- a/src/app/+item-page/simple/field-components/file-section/file-section.component.ts +++ b/src/app/+item-page/simple/field-components/file-section/file-section.component.ts @@ -33,7 +33,7 @@ export class FileSectionComponent implements OnInit { isLastPage: boolean; - pageSize: number = 5; + pageSize = 5; constructor( protected bitstreamDataService: BitstreamDataService