diff options
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 1 |
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(), ), ); |