Fix prettier formatting in ProfileFollowers

This commit is contained in:
vineyardbovines
2026-06-01 14:28:48 -04:00
parent ac83105139
commit 1c68046547
+2 -1
View File
@@ -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