From 865a30ab0de53204e36e69f4a6f5f8b891bf7ebc Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 13 May 2025 19:55:16 +0200 Subject: [PATCH] fix: Hide FamiliarFollowers widget when logged out (#34678) --- .../features/account_timeline/components/account_header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx index 35554d97350..d26286e4fec 100644 --- a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx @@ -1023,7 +1023,7 @@ export const AccountHeader: React.FC<{ /> - + {signedIn && } )}