diff options
author | Brian Kim <brian@tagg.id> | 2021-07-13 18:03:22 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-13 18:03:22 -0400 |
commit | e890381389d07ef2a194536268508c9dde5a2828 (patch) | |
tree | e94ff22e09418c834608bf245d57a3dfa632825d /src/components/comments | |
parent | d915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (diff) |
Fix lint
Diffstat (limited to 'src/components/comments')
-rw-r--r-- | src/components/comments/ZoomInCropper.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx index f4c06311..c20bab67 100644 --- a/src/components/comments/ZoomInCropper.tsx +++ b/src/components/comments/ZoomInCropper.tsx @@ -108,7 +108,6 @@ export const ZoomInCropper: React.FC<ZoomInCropperProps> = ({ .then((croppedURL) => { navigation.navigate('CaptionScreen', { screenType, - title: title, media: { uri: croppedURL, isVideo: false, @@ -124,7 +123,6 @@ export const ZoomInCropper: React.FC<ZoomInCropperProps> = ({ ) { navigation.navigate('CaptionScreen', { screenType, - title: title, media, }); } |