aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-07 11:06:57 +0100
committerChocobozzz <me@florianbigard.com>2021-12-07 11:06:57 +0100
commitd9f9804d8642b11001cb75aaef597e12825abe21 (patch)
tree3c15e37e38142bebe7ed298ffe3c5c7f15b09da8 /client/src/app/+accounts
parent80badf493afca026bc542260f353210e605a1715 (diff)
parent6e14e40053961cf0b2f55710847f21a3e1b5b627 (diff)
downloadPeerTube-d9f9804d8642b11001cb75aaef597e12825abe21.tar.gz
PeerTube-d9f9804d8642b11001cb75aaef597e12825abe21.tar.zst
PeerTube-d9f9804d8642b11001cb75aaef597e12825abe21.zip
Merge branch 'release/4.0.0' into develop
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r--client/src/app/+accounts/accounts.component.html2
-rw-r--r--client/src/app/+accounts/accounts.component.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html
index 144545250..8362e6b7e 100644
--- a/client/src/app/+accounts/accounts.component.html
+++ b/client/src/app/+accounts/accounts.component.html
@@ -83,5 +83,5 @@
83</div> 83</div>
84 84
85<ng-container *ngIf="prependModerationActions"> 85<ng-container *ngIf="prependModerationActions">
86 <my-account-report #accountReportModal [account]="account"></my-account-report> 86 <my-account-report #accountReportModal></my-account-report>
87</ng-container> 87</ng-container>
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index 460f1dbf9..898325492 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -164,7 +164,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
164 } 164 }
165 165
166 private showReportModal () { 166 private showReportModal () {
167 this.accountReportModal.show() 167 this.accountReportModal.show(this.account)
168 } 168 }
169 169
170 private loadUserIfNeeded (account: Account) { 170 private loadUserIfNeeded (account: Account) {