aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-26 17:06:02 +0200
committerChocobozzz <me@florianbigard.com>2018-04-26 17:06:02 +0200
commit6a478b11651a5e764337b3e4c02dba83c919a50a (patch)
treeca7a638c37249b63f3c3276f0e3920d7bd5fe1db /client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts
parent966eb053131b052e7fc3b3b3adaf2d27ff05d7a3 (diff)
downloadPeerTube-6a478b11651a5e764337b3e4c02dba83c919a50a.tar.gz
PeerTube-6a478b11651a5e764337b3e4c02dba83c919a50a.tar.zst
PeerTube-6a478b11651a5e764337b3e4c02dba83c919a50a.zip
Fix tests
Diffstat (limited to 'client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts')
-rw-r--r--client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts2
1 files changed, 1 insertions, 1 deletions
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'
13 templateUrl: './my-account-video-channels.component.html', 13 templateUrl: './my-account-video-channels.component.html',
14 styleUrls: [ './my-account-video-channels.component.scss' ] 14 styleUrls: [ './my-account-video-channels.component.scss' ]
15}) 15})
16export class MyAccountVideoChannelsComponent implements OnInit{ 16export class MyAccountVideoChannelsComponent implements OnInit {
17 videoChannels: VideoChannel[] = [] 17 videoChannels: VideoChannel[] = []
18 18
19 private user: User 19 private user: User