From 2d0d88a0cbd8c1823fe476abb80903cce6a61fd3 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 10 Jan 2020 11:42:53 +0100 Subject: Fix subscribe-button for logged-out users --- .../app/shared/user-subscription/subscribe-button.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 275349b7f..1c2288ebb 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -12,8 +12,8 @@ - - {{ videoChannel.followersCount | myNumberFormatter }} + + {{ videoChannels[0].followersCount | myNumberFormatter }} @@ -50,7 +50,7 @@ -- cgit v1.2.3