diff options
Diffstat (limited to 'src/components/common')
-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 9fe451a1..defd4b4b 100644 --- a/src/components/common/MomentTags.tsx +++ b/src/components/common/MomentTags.tsx @@ -8,7 +8,6 @@ interface MomentTagsProps { tags: MomentTagType[]; imageRef: MutableRefObject<null>; deleteFromList?: (user: ProfilePreviewType) => void; - onPress?: () => void; } const MomentTags: React.FC<MomentTagsProps> = ({ |