diff options
author | dan <dan.abramov@gmail.com> | 2024-04-19 15:23:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 15:23:47 +0100 |
commit | 55aea348c263f345fc4a1e7209cf3c882b94cd32 (patch) | |
tree | 5b8034308cc98a061c47fbf9d01d09e4573938a4 /src/screens/Profile/Header/ProfileHeaderStandard.tsx | |
parent | f709fbcbddde49a812197d79758482b6497be8d2 (diff) | |
download | voidsky-55aea348c263f345fc4a1e7209cf3c882b94cd32.tar.zst |
[Statsig] Update experiments (#3617)
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx')
-rw-r--r-- | src/screens/Profile/Header/ProfileHeaderStandard.tsx | 2 |
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) { |