[Glitch] fix: Hide FamiliarFollowers widget when logged out
Port 865a30ab0de53204e36e69f4a6f5f8b891bf7ebc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
59f986784f
commit
63466c0c7a
@ -993,7 +993,7 @@ export const AccountHeader: React.FC<{
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<FamiliarFollowers accountId={accountId} />
|
||||
{signedIn && <FamiliarFollowers accountId={accountId} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user