Fix follow count for people we don't know about

This commit is contained in:
Jonathan Staab 2023-01-02 10:06:03 -08:00
parent 324c6491ab
commit 7374b8f085

View File

@ -109,10 +109,12 @@
</div>
</div>
</div>
{#if person?.petnames}
<div class="flex gap-8 ml-16">
<div><strong>{person?.petnames?.length}</strong> following</div>
<div><strong>{person.petnames.length}</strong> following</div>
<div><strong>{followersCount}</strong> followers</div>
</div>
{/if}
</div>
<Tabs tabs={['notes', 'likes', 'network']} {activeTab} {setActiveTab} />