From 94ee6c1ab7f22b4fc04aa526733a6067a32959bb Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Fri, 21 May 2021 13:03:05 +1000 Subject: [PATCH] fix linting and style --- src/popup/app.module.ts | 2 +- src/popup/components/cipher-row.component.html | 1 - src/popup/vault/ciphers.component.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/popup/app.module.ts b/src/popup/app.module.ts index 8862faf9be..995c0a3425 100644 --- a/src/popup/app.module.ts +++ b/src/popup/app.module.ts @@ -1,5 +1,5 @@ import { DragDropModule } from '@angular/cdk/drag-drop'; -import { ScrollingModule } from '@angular/cdk/scrolling'; +import { ScrollingModule } from '@angular/cdk/scrolling'; import { ToasterModule } from 'angular2-toaster'; import { InfiniteScrollModule } from 'ngx-infinite-scroll'; diff --git a/src/popup/components/cipher-row.component.html b/src/popup/components/cipher-row.component.html index 8d482fcae5..19a9e87d7d 100644 --- a/src/popup/components/cipher-row.component.html +++ b/src/popup/components/cipher-row.component.html @@ -1,4 +1,3 @@ -
diff --git a/src/popup/vault/ciphers.component.ts b/src/popup/vault/ciphers.component.ts index e9ee0a9894..525de65e5e 100644 --- a/src/popup/vault/ciphers.component.ts +++ b/src/popup/vault/ciphers.component.ts @@ -64,7 +64,6 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On private folderService: FolderService, private collectionService: CollectionService, private platformUtilsService: PlatformUtilsService, private cipherService: CipherService) { super(searchService); - this.pageSize = 100; this.applySavedState = (window as any).previousPopupUrl != null && !(window as any).previousPopupUrl.startsWith('/ciphers'); }