aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>