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.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.ts b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
index e7ba64b4d..cfcefed83 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
@@ -57,7 +57,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
57 this.threadCreated.emit(this.commentTree) 57 this.threadCreated.emit(this.commentTree)
58 } 58 }
59 59
60 this.commentTree.children.push({ 60 this.commentTree.children.unshift({
61 comment: createdComment, 61 comment: createdComment,
62 children: [] 62 children: []
63 }) 63 })