diff options
-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]); |