refactor subscribe button and comment-add for visitor-interact UX (#1100)
[oweals/peertube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.html
index bf6706ed386053c6301ad688c9a243787a1d3939..9919ac615ef4ec5d57b4fe17d2913d6fc320bda8 100644 (file)
@@ -10,7 +10,6 @@
 
   <ng-template [ngIf]="video.commentsEnabled === true">
     <my-video-comment-add
-      *ngIf="isUserLoggedIn()"
       [video]="video"
       [user]="user"
       (commentCreated)="onCommentThreadCreated($event)"