aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment')
-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 17e7e28ca..2d8b9eefe 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
@@ -125,7 +125,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
125 this.comment.account && 125 this.comment.account &&
126 this.isUserLoggedIn() && 126 this.isUserLoggedIn() &&
127 this.comment.isDeleted === false && 127 this.comment.isDeleted === false &&
128 this.authService.getUser().account.id !== this.comment.account.id 128 this.user.account.id !== this.comment.account.id
129 ) 129 )
130 } 130 }
131 131