diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-18 20:09:45 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-18 20:09:45 -0500 |
| commit | f931ca29805be64ed4b8835a4523da00dfcbb0ad (patch) | |
| tree | 3f27c8eb3c1dcb93053a9c3ae5f4020c72221e24 /src/store/initialStates.ts | |
| parent | cd10595e8675c8bcf32399a910f90a626d706f3a (diff) | |
finished?!
Diffstat (limited to 'src/store/initialStates.ts')
| -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 10fdad25..408de39e 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -128,6 +128,7 @@ export const EMPTY_SCREEN_TO_USERS_LIST: Record< [ScreenType.Profile]: EMPTY_USERX_LIST, [ScreenType.Search]: EMPTY_USERX_LIST, [ScreenType.Notifications]: EMPTY_USERX_LIST, + [ScreenType.SuggestedPeople]: EMPTY_USERX_LIST, }; export const INITIAL_CATEGORIES_STATE = { |
