diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-21 18:31:50 -0400 | 
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 18:31:50 -0400 | 
| commit | f65ec50d935726aa45efb23f82fc2c5f15b0260c (patch) | |
| tree | a0c32906f88618c0ff517e74b83a7f4c3d8ca769 /src/components/taggs | |
| parent | cad35f1032edbf0a326ba20db1aa03f7390c89b7 (diff) | |
Clean up code
Diffstat (limited to 'src/components/taggs')
| -rw-r--r-- | src/components/taggs/TaggDraggable.tsx | 2 | 
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> | 
