aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-08-09 18:32:49 -0400
committerIvan Chen <ivan@tagg.id>2021-08-09 18:32:49 -0400
commitb3d8d57ab7f7e9803579458aead4ea54ab2828db (patch)
tree24dbb9fb4e6833808d439bc06ee6fcd152991cec /src/screens/profile/CaptionScreen.tsx
parent8b07d74d67e94fb74306d9db35618e07e7200b65 (diff)
Remove user_id requirement
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index d329c589..2e375e0f 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -177,7 +177,6 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
mediaUri,
caption,
momentCategory,
- userId,
formattedTags(),
),
);