diff options
author | George Rusu <george@tagg.id> | 2021-05-25 11:38:26 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-05-25 11:38:26 -0700 |
commit | 4723abb677dca97a9f0ac1c50084ba8902a31e36 (patch) | |
tree | cf9450b782aaf89faa97d1f9c9ba271578381719 /src/components/common | |
parent | 46f82a43bfb3312a82a2f08affb7ca57d0345b79 (diff) |
Fix positioning
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> = ({ |