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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index a00063129..abee0b9bb 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -143,6 +143,10 @@ export class AccountsComponent implements OnInit, OnDestroy {
143 this.hideMenu = this.isInSmallView() && displayed 143 this.hideMenu = this.isInSmallView() && displayed
144 } 144 }
145 145
146 hasVideoChannels () {
147 return this.videoChannels.length !== 0
148 }
149
146 private async onAccount (account: Account) { 150 private async onAccount (account: Account) {
147 this.accountFollowerTitle = $localize`${account.followersCount} direct account followers` 151 this.accountFollowerTitle = $localize`${account.followersCount} direct account followers`
148 152