]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Square channel avatar consistency
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
index a0006312961a922cbd0e5675f89cdfd805750f22..abee0b9bbb726543f2ec29416bffe4fb6675c8eb 100644 (file)
@@ -143,6 +143,10 @@ export class AccountsComponent implements OnInit, OnDestroy {
     this.hideMenu = this.isInSmallView() && displayed
   }
 
+  hasVideoChannels () {
+    return this.videoChannels.length !== 0
+  }
+
   private async onAccount (account: Account) {
     this.accountFollowerTitle = $localize`${account.followersCount} direct account followers`