diff options
author | George Rusu <george@tagg.id> | 2021-05-24 15:40:47 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-05-24 15:40:47 -0700 |
commit | 0ac3acd8ace6693cc46fd49f1aa5076afedca268 (patch) | |
tree | 428882b3181b7aa236cf83b4f65a98d6999127a6 | |
parent | 3f244122f9dfd703804321627c3d8c68111193c9 (diff) |
Remove unnecessary prop, fix linting issue
-rw-r--r-- | src/components/common/MomentTags.tsx | 1 |
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]); |