diff --git a/src/components/comment-content/comment-content.tsx b/src/components/comment-content/comment-content.tsx
index b44ea9e4..3efc10b5 100644
--- a/src/components/comment-content/comment-content.tsx
+++ b/src/components/comment-content/comment-content.tsx
@@ -133,7 +133,7 @@ const CommentContent = ({ comment: post }: { comment: Comment }) => {
? filteredQuotedCids.map((cid: string) => )
: shouldShowReplyingToReply && )}
{purged ? (
- {capitalize(t('this_post_was_purged'))}
+ {capitalize(t('this_post_was_purged'))}
) : removed ? (
reason ? (
<>