aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html
index 078900e06..4a4248073 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html
@@ -7,6 +7,7 @@
7 <my-video-comment-add 7 <my-video-comment-add
8 *ngIf="isUserLoggedIn()" 8 *ngIf="isUserLoggedIn()"
9 [video]="video" 9 [video]="video"
10 [user]="user"
10 (commentCreated)="onCommentThreadCreated($event)" 11 (commentCreated)="onCommentThreadCreated($event)"
11 ></my-video-comment-add> 12 ></my-video-comment-add>
12 13