diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index 160bae7..7a1717d 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -4,7 +4,7 @@ Toots - {{account.statuses_count || 0}} + {{numStatusesDisplay}}
@@ -12,7 +12,7 @@ Follows - {{account.following_count || 0}} + {{numFollowingDisplay}}
@@ -20,7 +20,7 @@ Followers - {{account.followers_count || 0}} + {{numFollowersDisplay}}
@@ -85,4 +85,18 @@ text-align: center; } } - \ No newline at end of file + + \ No newline at end of file