]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/custom-modal.component.ts
Migrate client to eslint
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / custom-modal.component.ts
index a98579085a2269e19bb20583916357eb70695ead..559230e04b19b884c7a67d9705105362159c5dd5 100644 (file)
@@ -22,10 +22,10 @@ export class CustomModalComponent {
   ) { }
 
   show (input: {
-    title: string,
-    content: string,
-    close?: boolean,
-    cancel?: { value: string, action?: () => void },
+    title: string
+    content: string
+    close?: boolean
+    cancel?: { value: string, action?: () => void }
     confirm?: { value: string, action?: () => void }
   }) {
     if (this.modalRef instanceof NgbModalRef && this.modalService.hasOpenModals()) {