X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmy-account%2Fmy-account-video-channels%2Fmy-account-video-channels.component.ts;h=eeaca11df96d7d76583bbbbbc597d0de568a1717;hb=6a478b11651a5e764337b3e4c02dba83c919a50a;hp=eb04094e1e493c6ea01c97d45b9b4ab6fe8943b1;hpb=966eb053131b052e7fc3b3b3adaf2d27ff05d7a3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts index eb04094e1..eeaca11df 100644 --- a/client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts +++ b/client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts @@ -13,7 +13,7 @@ import { User } from '@app/shared' templateUrl: './my-account-video-channels.component.html', styleUrls: [ './my-account-video-channels.component.scss' ] }) -export class MyAccountVideoChannelsComponent implements OnInit{ +export class MyAccountVideoChannelsComponent implements OnInit { videoChannels: VideoChannel[] = [] private user: User