mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix incorrect follower count displayed. Closes #2854
This commit is contained in:
parent
21c26a7aa5
commit
a5e5adfa02
@ -303,9 +303,7 @@ export default function FediverseFollowers() {
|
||||
},
|
||||
);
|
||||
|
||||
const followersTabTitle = (
|
||||
<span>Followers {followers.length > 0 && `(${followers.length})`}</span>
|
||||
);
|
||||
const followersTabTitle = <span>Followers {totalCount > 0 && `(${totalCount})`}</span>;
|
||||
const followersTab = (
|
||||
<>
|
||||
<p>The following accounts get notified when you go live or send a post.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user