From e890381389d07ef2a194536268508c9dde5a2828 Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Tue, 13 Jul 2021 18:03:22 -0400 Subject: Fix lint --- src/components/comments/ZoomInCropper.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components/comments') 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 = ({ .then((croppedURL) => { navigation.navigate('CaptionScreen', { screenType, - title: title, media: { uri: croppedURL, isVideo: false, @@ -124,7 +123,6 @@ export const ZoomInCropper: React.FC = ({ ) { navigation.navigate('CaptionScreen', { screenType, - title: title, media, }); } -- cgit v1.2.3-70-g09d2