diff options
author | Michael <michael.foiani@gmail.com> | 2021-08-13 11:48:33 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-08-13 11:48:33 -0400 |
commit | 253c48d6d17589c4ee3d0589a995af32ae4e04b8 (patch) | |
tree | 5834911282197febb058e5c1aa47f87fb97012c8 /src/screens/profile | |
parent | 4c1a1f11275a5b90b575b0e9947dc618f8e54aca (diff) | |
parent | 4b92b9d4d87a0c25fdbb21ff95230bae9b083677 (diff) |
Merged with new master.
Diffstat (limited to 'src/screens/profile')
-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 fc4db950..64d24d44 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(), ), ); |