diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-07 11:05:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-07 11:05:45 +0100 |
commit | ae9809a7d021fcaf01ee482a9c6c59fdd50125a6 (patch) | |
tree | 7aa2aba7bd596ffbf1ad4d81f275b101a50a3781 /client/src/app/+accounts/accounts.component.html | |
parent | 5bd427e01c89e178ceaba357ab1f392553c259bb (diff) | |
download | PeerTube-ae9809a7d021fcaf01ee482a9c6c59fdd50125a6.tar.gz PeerTube-ae9809a7d021fcaf01ee482a9c6c59fdd50125a6.tar.zst PeerTube-ae9809a7d021fcaf01ee482a9c6c59fdd50125a6.zip |
Fix report modal error
Diffstat (limited to 'client/src/app/+accounts/accounts.component.html')
-rw-r--r-- | client/src/app/+accounts/accounts.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 245edfd58..0bb24de2e 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html | |||
@@ -85,5 +85,5 @@ | |||
85 | </div> | 85 | </div> |
86 | 86 | ||
87 | <ng-container *ngIf="prependModerationActions"> | 87 | <ng-container *ngIf="prependModerationActions"> |
88 | <my-account-report #accountReportModal [account]="account"></my-account-report> | 88 | <my-account-report #accountReportModal></my-account-report> |
89 | </ng-container> | 89 | </ng-container> |