aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Rusu <george@tagg.id>2021-05-24 15:46:05 -0700
committerGeorge Rusu <george@tagg.id>2021-05-24 15:46:05 -0700
commit46f82a43bfb3312a82a2f08affb7ca57d0345b79 (patch)
tree428882b3181b7aa236cf83b4f65a98d6999127a6 /src
parentc9b097ac6315188e4438be6b5209f7e05611a177 (diff)
Remove unnecessary prop, fix linting issue
Diffstat (limited to 'src')
-rw-r--r--src/components/common/MomentTags.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/common/MomentTags.tsx b/src/components/common/MomentTags.tsx
index 28942e8a..9fe451a1 100644
--- a/src/components/common/MomentTags.tsx
+++ b/src/components/common/MomentTags.tsx
@@ -16,7 +16,6 @@ const MomentTags: React.FC<MomentTagsProps> = ({
tags,
imageRef,
deleteFromList,
- onPress,
}) => {
const [offset, setOffset] = useState([0, 0]);
const [curStart, setCurStart] = useState([0, 0]);