aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorGeorge Rusu <george@tagg.id>2021-05-24 15:40:47 -0700
committerGeorge Rusu <george@tagg.id>2021-05-24 15:40:47 -0700
commit0ac3acd8ace6693cc46fd49f1aa5076afedca268 (patch)
tree428882b3181b7aa236cf83b4f65a98d6999127a6 /src/components/common
parent3f244122f9dfd703804321627c3d8c68111193c9 (diff)
Remove unnecessary prop, fix linting issue
Diffstat (limited to 'src/components/common')
-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]);