[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:
diondiondion
2025-05-13 19:55:16 +02:00
committed by Claire
parent 59f986784f
commit 63466c0c7a

View File

@@ -993,7 +993,7 @@ export const AccountHeader: React.FC<{
))}
</div>
</div>
<FamiliarFollowers accountId={accountId} />
{signedIn && <FamiliarFollowers accountId={accountId} />}
</div>
)}
</div>