From 1c680465473eddb21d7a387234da5d49aed76300 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Mon, 1 Jun 2026 14:28:48 -0400 Subject: [PATCH] Fix prettier formatting in ProfileFollowers --- src/view/com/profile/ProfileFollowers.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index 8205bf23d4..8fb7fef2bf 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -167,7 +167,8 @@ export function ProfileFollowers({name}: {name: string}) { const [followersPromoDismissed, setFollowersPromoDismissed] = useFollowersPromoDismissed() - const findContactsEnabled = useIsFindContactsFeatureEnabledBasedOnGeolocation() + const findContactsEnabled = + useIsFindContactsFeatureEnabledBasedOnGeolocation() // The banner deep-links into the Find and Invite Friends settings screen, so // mirror that screen's availability gates: native-only, allowed in the user's // region (geolocation allowlist), and not disabled by the feature flag. This