about summary refs log tree commit diff
path: root/src/screens/Profile/Header/ProfileHeaderStandard.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-04-19 15:23:47 +0100
committerGitHub <noreply@github.com>2024-04-19 15:23:47 +0100
commit55aea348c263f345fc4a1e7209cf3c882b94cd32 (patch)
tree5b8034308cc98a061c47fbf9d01d09e4573938a4 /src/screens/Profile/Header/ProfileHeaderStandard.tsx
parentf709fbcbddde49a812197d79758482b6497be8d2 (diff)
downloadvoidsky-55aea348c263f345fc4a1e7209cf3c882b94cd32.tar.zst
[Statsig] Update experiments (#3617)
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx')
-rw-r--r--src/screens/Profile/Header/ProfileHeaderStandard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx
index 9e0361326..7c52bcbda 100644
--- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx
+++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx
@@ -94,7 +94,7 @@ let ProfileHeaderStandard = ({
             )}`,
           ),
         )
-        if (isWeb && gate('autoexpand_suggestions_on_profile_follow')) {
+        if (isWeb && gate('autoexpand_suggestions_on_profile_follow_v2')) {
           setShowSuggestedFollows(true)
         }
       } catch (e: any) {