diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index c755ad437e..5a95823833 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -3,6 +3,7 @@ export type Gate = | 'autoexpand_suggestions_on_profile_follow' | 'disable_min_shell_on_foregrounding' | 'disable_poll_on_discover' + | 'new_profile_scroll_component' | 'new_search' | 'show_follow_back_label' | 'start_session_with_following'