diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-watch/comment/video-comment.component.ts | 2 |
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 | ||