diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-10 16:33:53 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-10 16:33:53 -0400 |
commit | 54d5a79e3359a826c1fafd8322ee835b79438fd9 (patch) | |
tree | 0f0106f28416fa1b8d38eac4d6629a95afe5e8c3 /src/components/moments/MomentCommentPreview.tsx | |
parent | f0b18db9dc3d0321fb01677e98f3968b21af36fa (diff) |
Fix type warning
Diffstat (limited to 'src/components/moments/MomentCommentPreview.tsx')
-rw-r--r-- | src/components/moments/MomentCommentPreview.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/moments/MomentCommentPreview.tsx b/src/components/moments/MomentCommentPreview.tsx index 03f30dda..94fcb008 100644 --- a/src/components/moments/MomentCommentPreview.tsx +++ b/src/components/moments/MomentCommentPreview.tsx @@ -23,12 +23,6 @@ const MomentCommentPreview: React.FC<MomentCommentPreviewProps> = ({ ? 'No Comments' : moment.comments_count + ' comments'; - /** - * TODO: - * - figure out why mention PartTypes have type warnings - * - fix padding for all types (double check on iPhone 8) - */ - return ( <TouchableOpacity style={styles.commentsPreviewContainer} |