Fix incorrect follower count displayed. Closes #2854
This commit is contained in:
@@ -303,9 +303,7 @@ export default function FediverseFollowers() {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
const followersTabTitle = (
|
const followersTabTitle = <span>Followers {totalCount > 0 && `(${totalCount})`}</span>;
|
||||||
<span>Followers {followers.length > 0 && `(${followers.length})`}</span>
|
|
||||||
);
|
|
||||||
const followersTab = (
|
const followersTab = (
|
||||||
<>
|
<>
|
||||||
<p>The following accounts get notified when you go live or send a post.</p>
|
<p>The following accounts get notified when you go live or send a post.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user