diff --git a/web/pages/admin/federation/followers.tsx b/web/pages/admin/federation/followers.tsx index 47531af75..761692783 100644 --- a/web/pages/admin/federation/followers.tsx +++ b/web/pages/admin/federation/followers.tsx @@ -303,9 +303,7 @@ export default function FediverseFollowers() { }, ); - const followersTabTitle = ( - Followers {followers.length > 0 && `(${followers.length})`} - ); + const followersTabTitle = Followers {totalCount > 0 && `(${totalCount})`}; const followersTab = ( <>
The following accounts get notified when you go live or send a post.