fix: Hide FamiliarFollowers widget when logged out (#34678)
This commit is contained in:
@@ -1023,7 +1023,7 @@ export const AccountHeader: React.FC<{
|
||||
/>
|
||||
</NavLink>
|
||||
</div>
|
||||
<FamiliarFollowers accountId={accountId} />
|
||||
{signedIn && <FamiliarFollowers accountId={accountId} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user