aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-13 18:03:22 -0400
committerBrian Kim <brian@tagg.id>2021-07-13 18:03:22 -0400
commite890381389d07ef2a194536268508c9dde5a2828 (patch)
treee94ff22e09418c834608bf245d57a3dfa632825d /src/components/comments
parentd915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (diff)
Fix lint
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/ZoomInCropper.tsx2
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,
});
}