From f931ca29805be64ed4b8835a4523da00dfcbb0ad Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 18 Feb 2021 20:09:45 -0500 Subject: finished?! --- src/store/initialStates.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/store') 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 = { -- cgit v1.2.3-70-g09d2