diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-08 17:42:47 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 15:56:47 -0400 |
| commit | f78bb9fea2128825d9c9cf4a64a7b78a288250b1 (patch) | |
| tree | 4e1f88d9c538bd0b92153982b9c9839dcb40b020 /src/routes | |
| parent | 8b3bb9164453498b78e497e4e8f3a5252b4159ea (diff) | |
Add logic to create custom category action
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/main/MainStackNavigator.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |
