aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/CommentTile.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments/CommentTile.tsx')
-rw-r--r--src/components/comments/CommentTile.tsx4
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}
/>