Fix comment highlight
[oweals/peertube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.html
index e3049e15bc237890f41f57388f108d1fdd5504fe..831ea0521a94332c2a9903c5e95c736a4b05a8a2 100644 (file)
@@ -6,7 +6,7 @@
 
     <div class="comment-account-date">
       <a target="_blank" [href]="comment.account.url" class="comment-account">{{ comment.by }}</a>
-      <a [routerLink]="['/videos/watch', video.uuid, { 'commentId': comment.id }]" class="comment-date">{{ comment.createdAt | myFromNow }}</a>
+      <a [routerLink]="['/videos/watch', video.uuid, { 'threadId': comment.threadId }]" class="comment-date">{{ comment.createdAt | myFromNow }}</a>
     </div>
     <div class="comment-html" [innerHTML]="sanitizedCommentHTML"></div>