diff options
| author | Brian Kim <brian@tagg.id> | 2021-06-17 16:21:57 +0900 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-06-17 16:21:57 +0900 |
| commit | 6fcd7b41cd763e95733187c6c4d48ddb6e9bd01a (patch) | |
| tree | 44647b93c36ef4e99c5243f38e0b98427cb27de4 /src/components/moments/MomentCommentPreview.tsx | |
| parent | 867484bac72a64231e57f96fdc4ce813930f75f6 (diff) | |
Made edits
Diffstat (limited to 'src/components/moments/MomentCommentPreview.tsx')
| -rw-r--r-- | src/components/moments/MomentCommentPreview.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/moments/MomentCommentPreview.tsx b/src/components/moments/MomentCommentPreview.tsx index d4729888..232568f1 100644 --- a/src/components/moments/MomentCommentPreview.tsx +++ b/src/components/moments/MomentCommentPreview.tsx @@ -52,7 +52,7 @@ const MomentCommentPreview: React.FC<MomentCommentPreviewProps> = ({ {renderTextWithMentions({ value: commentPreview.comment, styles: styles.normalFont, - partTypes: mentionPartTypes('white'), + partTypes: mentionPartTypes('white', 'comment'), onPress: (user: UserType) => navigateToProfile( state, |
