]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/list-overflow.component.ts
Fix client lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / list-overflow.component.ts
index 7e4e1b1d1b1d73332402ec01cc4484d4d8cac463..b6ce21641030a3a1ad5b4321d1c1d168140ce880 100644 (file)
@@ -32,7 +32,7 @@ export interface ListOverflowItem {
 })
 export class ListOverflowComponent<T extends ListOverflowItem> implements AfterViewInit {
   @Input() items: T[]
-  @Input() itemTemplate: TemplateRef<{item: T}>
+  @Input() itemTemplate: TemplateRef<{ item: T }>
 
   @ViewChild('modal', { static: true }) modal: ElementRef
   @ViewChild('itemsParent', { static: true }) parent: ElementRef<HTMLDivElement>