diff options
Diffstat (limited to 'src/components/comments')
-rw-r--r-- | src/components/comments/CommentTile.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/comments/CommentTile.tsx b/src/components/comments/CommentTile.tsx index 1247e89a..237c65fc 100644 --- a/src/components/comments/CommentTile.tsx +++ b/src/components/comments/CommentTile.tsx @@ -66,9 +66,7 @@ const CommentTile: React.FC<CommentTileProps> = ({ typeOfComment === 'Thread' ? styles.moreMarginWithThread : {}, ]}> <ProfilePreview - profilePreview={{ - ...comment_object.commenter, - }} + profilePreview={comment_object.commenter} previewType={'Comment'} screenType={screenType} /> |