mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-26 04:16:44 +00:00
[Glitch] fix: Hide FamiliarFollowers widget when logged out
Port 865a30ab0d to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -993,7 +993,7 @@ export const AccountHeader: React.FC<{
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<FamiliarFollowers accountId={accountId} />
|
||||
{signedIn && <FamiliarFollowers accountId={accountId} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user