aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-14 10:33:45 -0400
committerBrian Kim <brian@tagg.id>2021-07-14 10:33:45 -0400
commit7b79ab3e33a6df14394537b1050019db46f670e0 (patch)
tree78e28e87efb4ecd92de2c3aba1ed0864d47aff74 /src/components/comments
parente890381389d07ef2a194536268508c9dde5a2828 (diff)
Working on code cleanup
Diffstat (limited to 'src/components/comments')
-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,
},
});