From 6a478b11651a5e764337b3e4c02dba83c919a50a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Apr 2018 17:06:02 +0200 Subject: [PATCH] Fix tests --- .../my-account-video-channel-edit.component.html | 4 ++-- .../my-account-video-channels.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html b/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html index adc969bdb..d5fb6262a 100644 --- a/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html +++ b/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html @@ -10,8 +10,8 @@ type="text" id="display-name" formControlName="display-name" [ngClass]="{ 'input-error': formErrors['display-name'] }" > -
- {{ formErrors.display-name }} +
+ {{ formErrors['display-name'] }}
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 -- 2.41.0