diff options
author | dan <dan.abramov@gmail.com> | 2024-04-23 00:54:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 00:54:59 +0100 |
commit | fe9b3f0432d36fd60e5da4ed16be87cd0470e64b (patch) | |
tree | 444199ee53440f23355f9209f5117953b07ec657 /src/lib | |
parent | 49b5d420e6ae7c3c9cfd56f47248b686f5c0128a (diff) | |
download | voidsky-fe9b3f0432d36fd60e5da4ed16be87cd0470e64b.tar.zst |
Ungate profile scroll fix (#3655)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 843c14f04..c41083afb 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -5,7 +5,6 @@ export type Gate = | 'disable_poll_on_discover_v2' | 'hide_vertical_scroll_indicators' | 'new_gif_player' - | 'new_profile_scroll_component' | 'show_follow_back_label_v2' | 'start_session_with_following_v2' | 'use_new_suggestions_endpoint' |