diff options
| author | Brian Kim <brian@tagg.id> | 2021-06-19 03:26:49 +0900 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-06-19 03:26:49 +0900 |
| commit | 8723e8c9e32200d35f4027d2a16b6c89734c36b9 (patch) | |
| tree | ff0071254bb58b8cfebb7a27ddc7f3df96fb8af8 /src/components/moments | |
| parent | 947a06a323ebf69be3454801148814792df664ea (diff) | |
Clean up code a little
Diffstat (limited to 'src/components/moments')
| -rw-r--r-- | src/components/moments/Moment.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index 1d4509dd..81e23076 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -56,11 +56,6 @@ const Moment: React.FC<MomentProps> = ({ }) .then((picture) => { if ('path' in picture) { - // navigation.navigate('ImageCropper', { - // screenType, - // title: title, - // image: picture, - // }); navigation.navigate('ZoomInCropper', { screenType, title: title, |
