From f78bb9fea2128825d9c9cf4a64a7b78a288250b1 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 8 Jul 2021 17:42:47 -0400 Subject: Add logic to create custom category action --- src/routes/main/MainStackNavigator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx index 05f5138f..2dac1777 100644 --- a/src/routes/main/MainStackNavigator.tsx +++ b/src/routes/main/MainStackNavigator.tsx @@ -50,7 +50,7 @@ export type MainStackParams = { moment?: MomentType; }; ChoosingCategoryScreen: { - newCustomCategory: string; + newCustomCategory?: string; }; TagFriendsScreen: { media: { -- cgit v1.2.3-70-g09d2