diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-20 12:27:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 12:27:45 -0500 |
| commit | eae63e4a336785ae45cd01c4448a8444a7793613 (patch) | |
| tree | 08aeb9ce90be7ca69b56923bab6c34871b3a793a /src/store/initialStates.ts | |
| parent | 4b8130932b943afe9fdf63c611f1897622ab795e (diff) | |
| parent | 82fc3c7ded1022a31cd532d469457d77f9214cc8 (diff) | |
Merge pull request #248 from IvanIFChen/tma258-sp-pagination-2
[TMA-258] SP Pagination
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 = { |
