fix: More "Followers you know" polish & bug fixes (#34697)

This commit is contained in:
diondiondion 2025-05-15 13:33:16 +02:00 committed by GitHub
parent ae281f31db
commit 3f965d83b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 15 deletions

View file

@ -912,6 +912,8 @@ export const AccountHeader: React.FC<{
<div className='account__header__badges'>{badges}</div>
)}
{signedIn && <FamiliarFollowers accountId={accountId} />}
{!(suspended || hidden) && (
<div className='account__header__extra'>
<div
@ -1023,7 +1025,6 @@ export const AccountHeader: React.FC<{
/>
</NavLink>
</div>
{signedIn && <FamiliarFollowers accountId={accountId} />}
</div>
)}
</div>