]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Fix avatar default size
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
index 460f1dbf90f77d4fb676887dcbf5b8316a402ffe..8983254928339990c8f76a43073809501580f636 100644 (file)
@@ -164,7 +164,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
   }
 
   private showReportModal () {
-    this.accountReportModal.show()
+    this.accountReportModal.show(this.account)
   }
 
   private loadUserIfNeeded (account: Account) {