From db5178f5e6fa0afe82af61188975d2b5e0a07c88 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 11 Apr 2024 15:55:08 -0700 Subject: [PATCH 1/2] added to the types --- src/lib/statsig/gates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index c755ad437e..f018e0f9b2 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -6,3 +6,4 @@ export type Gate = | 'new_search' | 'show_follow_back_label' | 'start_session_with_following' + | 'new_profile_scroll_component' From 0279634ba31d4443ffa739e43a2d6ccb7c14e2ce Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 11 Apr 2024 23:58:35 +0100 Subject: [PATCH 2/2] alphabetical pls --- src/lib/statsig/gates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index f018e0f9b2..5a95823833 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -3,7 +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' - | 'new_profile_scroll_component'