From db84cf89bcb20b5aaa87f4a6d92d41cc0060a089 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jan 2020 11:14:57 +0100 Subject: Fix client build --- .../app/shared/user-subscription/subscribe-button.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.html') diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index 1c2288ebb..7d33b0621 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -7,12 +7,12 @@ Subscribe Subscribe to all channels - {{subscribeStatus(true).length}}/{{subscribed.size}} + {{ subscribeStatus(true).length }}/{{ subscribed.size }} channels subscribed - + {{ videoChannels[0].followersCount | myNumberFormatter }} @@ -23,7 +23,7 @@ (click)="subscribe()"> - + - + -- cgit v1.2.3