aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/accounts.component.ts')
-rw-r--r--client/src/app/+accounts/accounts.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index 3cb117fcc..0dcbc250a 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -162,7 +162,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
162 } 162 }
163 163
164 private showReportModal () { 164 private showReportModal () {
165 this.accountReportModal.show() 165 this.accountReportModal.show(this.account)
166 } 166 }
167 167
168 private loadUserIfNeeded (account: Account) { 168 private loadUserIfNeeded (account: Account) {