diff options
author | Ivan Chen <ivan@tagg.id> | 2021-08-12 13:04:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 13:04:30 -0400 |
commit | 4b92b9d4d87a0c25fdbb21ff95230bae9b083677 (patch) | |
tree | f0bd7307dd9955b192af7185cc292f040296de9b /src/screens/profile/CaptionScreen.tsx | |
parent | efe8d53e6baa75b2329281867f7e864b73c7cd4e (diff) | |
parent | ae986acfd308f9469555d6381ce4870cab6c405f (diff) |
Merge pull request #550 from IvanIFChen/tma1040-moment-upload-retry
[TMA-1040] Moment Upload Retry
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-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(), ), ); |