aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-21 18:31:50 -0400
committerIvan Chen <ivan@tagg.id>2021-05-21 18:31:50 -0400
commitf65ec50d935726aa45efb23f82fc2c5f15b0260c (patch)
treea0c32906f88618c0ff517e74b83a7f4c3d8ca769
parentcad35f1032edbf0a326ba20db1aa03f7390c89b7 (diff)
Clean up code
-rw-r--r--src/components/taggs/TaggDraggable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggDraggable.tsx b/src/components/taggs/TaggDraggable.tsx
index b18c35b2..0a0d18d9 100644
--- a/src/components/taggs/TaggDraggable.tsx
+++ b/src/components/taggs/TaggDraggable.tsx
@@ -82,7 +82,7 @@ const TaggDraggable: React.FC<TaggDraggableProps> = (
{editingView && (
<TouchableOpacity
disabled={false}
- onPressIn={() => deleteFromList()}
+ onPressIn={deleteFromList}
style={styles.imageX}>
<Image style={styles.imageX} source={uriX} />
</TouchableOpacity>