aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment-add.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
index 5ad83fc47..d05232202 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
@@ -66,7 +66,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit {
66 66
67 err => this.notificationsService.error('Error', err.text) 67 err => this.notificationsService.error('Error', err.text)
68 ) 68 )
69} 69 }
70 70
71 isAddButtonDisplayed () { 71 isAddButtonDisplayed () {
72 return this.form.value['text'] 72 return this.form.value['text']