aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/ZoomInCropper.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments/ZoomInCropper.tsx')
-rw-r--r--src/components/comments/ZoomInCropper.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx
index c20bab67..5f14522e 100644
--- a/src/components/comments/ZoomInCropper.tsx
+++ b/src/components/comments/ZoomInCropper.tsx
@@ -339,8 +339,6 @@ const styles = StyleSheet.create({
backgroundColor: 'black',
height: SCREEN_HEIGHT,
width: SCREEN_WIDTH,
- // flexDirection: 'column',
- // justifyContent: 'center',
},
closeButton: {
position: 'absolute',
@@ -375,7 +373,5 @@ const styles = StyleSheet.create({
zoomView: {
backgroundColor: 'black',
flex: 1,
- // borderColor: 'pink',
- // borderWidth: 2,
},
});