X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment-add.component.ts;h=d05232202e32a5b756050870080f8483f2bc96a0;hb=d50acfab69ce9e05b272dea6c4d34d52960ba14c;hp=5ad83fc47623fb0b116aeb76a63b061525bb3000;hpb=ae45f988bb5ea32152cca02a282d02599dbb633b;p=github%2FChocobozzz%2FPeerTube.git 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 { err => this.notificationsService.error('Error', err.text) ) -} + } isAddButtonDisplayed () { return this.form.value['text']