diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-09 19:22:30 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-09 19:23:23 -0400 |
| commit | ad9db5ffd0b2fb6334fd8237e0600a76d25c7053 (patch) | |
| tree | 7d7c58cbdb67e3e0945a6ed2ccaa658f0048e887 /src/store | |
| parent | 2a9b090ad62c2d157e06c978ba4cbc663f7c550f (diff) | |
added navigation to profile
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 02331eb6..7fd3ac5a 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -117,6 +117,7 @@ export const EMPTY_SCREEN_TO_USERS_LIST: Record< [ScreenType.Search]: EMPTY_USERX_LIST, [ScreenType.Notifications]: EMPTY_USERX_LIST, [ScreenType.SuggestedPeople]: EMPTY_USERX_LIST, + [ScreenType.Chat]: EMPTY_USERX_LIST, }; export const INITIAL_CATEGORIES_STATE = { |
