]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.html
Put comments reply on the top
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.html
index b8ec048b25c870b99c2972499bf6a20790411524..2869d13ddf828b772aafda1032257b937fd21fb0 100644 (file)
@@ -44,7 +44,7 @@
               <span class="icon icon-dislike" title="Dislike this video"></span>
             </div>
 
-            <div (click)="showSupportModal()" class="action-button action-button-support">
+            <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support">
               <span class="icon icon-support"></span>
               <span class="icon-text">Support</span>
             </div>