]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
Add comments federation tests
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.ts
index 5ad83fc47623fb0b116aeb76a63b061525bb3000..d05232202e32a5b756050870080f8483f2bc96a0 100644 (file)
@@ -66,7 +66,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit {
 
       err => this.notificationsService.error('Error', err.text)
     )
-}
+  }
 
   isAddButtonDisplayed () {
     return this.form.value['text']