fix: Hide FamiliarFollowers widget when logged out (#34678)
This commit is contained in:
parent
cc57fa4a41
commit
865a30ab0d
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ export const AccountHeader: React.FC<{
|
|||
/>
|
||||
</NavLink>
|
||||
</div>
|
||||
<FamiliarFollowers accountId={accountId} />
|
||||
{signedIn && <FamiliarFollowers accountId={accountId} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue