diff options
author | dan <dan.abramov@gmail.com> | 2024-09-07 17:07:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 17:07:30 +0200 |
commit | 7d7431d14e52d94cce51941013c8a5fe5665adb1 (patch) | |
tree | c943321bf17b78ad5840abb39627d9f563e21f43 /src/lib | |
parent | c8be9b78c6abb1ca98a2e4c9342e314b19d2cb7c (diff) | |
download | voidsky-7d7431d14e52d94cce51941013c8a5fe5665adb1.tar.zst |
Set fixed_bottom_bar to true (#5203)
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 be40548ad..0c44b419e 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,7 +1,6 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' - | 'fixed_bottom_bar' | 'onboarding_minimum_interests' | 'suggested_feeds_interstitial' | 'show_follow_suggestions_in_profile' |