aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-08-10 14:58:22 -0400
committerMichael <michael.foiani@gmail.com>2021-08-10 14:58:22 -0400
commit4c1a1f11275a5b90b575b0e9947dc618f8e54aca (patch)
treec1e1c88707db0ee4bb41a0a5e1fa225892445214 /src/screens/profile/CaptionScreen.tsx
parent6ca87c9005713c3ae26a79ab5ba3d5710b833090 (diff)
parentefe8d53e6baa75b2329281867f7e864b73c7cd4e (diff)
Merge branch 'master' of https://github.com/TaggiD-Inc/Frontend
Merge into new master.
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index d329c589..fc4db950 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -292,7 +292,9 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
text={'Category'}
imageUri={require('../../assets/images/images.png')}
onPress={() =>
- navigation.navigate('ChoosingCategoryScreen', {})
+ navigation.navigate('ChoosingCategoryScreen', {
+ newCustomCategory: momentCategory,
+ })
}
/>
),