aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/ImageCropper.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-19 03:26:49 +0900
committerBrian Kim <brian@tagg.id>2021-06-19 03:26:49 +0900
commit8723e8c9e32200d35f4027d2a16b6c89734c36b9 (patch)
treeff0071254bb58b8cfebb7a27ddc7f3df96fb8af8 /src/components/comments/ImageCropper.tsx
parent947a06a323ebf69be3454801148814792df664ea (diff)
Clean up code a little
Diffstat (limited to 'src/components/comments/ImageCropper.tsx')
-rw-r--r--src/components/comments/ImageCropper.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/ImageCropper.tsx b/src/components/comments/ImageCropper.tsx
index 7d4eabff..9edd5838 100644
--- a/src/components/comments/ImageCropper.tsx
+++ b/src/components/comments/ImageCropper.tsx
@@ -83,7 +83,6 @@ const ImageCropper: React.FC<ImageCropperProps> = ({route, navigation}) => {
}}
keepAspectRatio
aspectRatio={aspectRatios[aspectRatioIndex]}
- ref={cropViewRef}
/>
)}
</View>