Added `new_profile_scroll_component` to `Gate` type (#3487)

* added to the types

* alphabetical pls

---------

Co-authored-by: dan <dan.abramov@gmail.com>
zio/stable
Hailey 2024-04-11 15:59:13 -07:00 committed by GitHub
parent 491116ca66
commit e3e8f10538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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'