aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r--client/src/app/search/search.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html
index c4072b291..216905cf0 100644
--- a/client/src/app/search/search.component.html
+++ b/client/src/app/search/search.component.html
@@ -41,7 +41,7 @@
41 <div i18n class="video-channel-followers">{{ result.followersCount }} subscribers</div> 41 <div i18n class="video-channel-followers">{{ result.followersCount }} subscribers</div>
42 </div> 42 </div>
43 43
44 <my-subscribe-button *ngIf="isUserLoggedIn()" [videoChannel]="result"></my-subscribe-button> 44 <my-subscribe-button [videoChannel]="result"></my-subscribe-button>
45 </div> 45 </div>
46 46
47 <div *ngIf="isVideo(result)" class="entry video"> 47 <div *ngIf="isVideo(result)" class="entry video">