diff --git a/surfsense_web/components/chat-comments/comment-item/comment-item.tsx b/surfsense_web/components/chat-comments/comment-item/comment-item.tsx
index ea9eb1e12..cae8fc0c6 100644
--- a/surfsense_web/components/chat-comments/comment-item/comment-item.tsx
+++ b/surfsense_web/components/chat-comments/comment-item/comment-item.tsx
@@ -133,7 +133,7 @@ export function CommentItem({
-
+
{renderMentions(comment.contentRendered)}
diff --git a/surfsense_web/components/chat-comments/comment-trigger/comment-trigger.tsx b/surfsense_web/components/chat-comments/comment-trigger/comment-trigger.tsx
index 5db7a6daf..3e2a879ff 100644
--- a/surfsense_web/components/chat-comments/comment-trigger/comment-trigger.tsx
+++ b/surfsense_web/components/chat-comments/comment-trigger/comment-trigger.tsx
@@ -21,7 +21,7 @@ export function CommentTrigger({ commentCount, isOpen, onClick }: CommentTrigger
>
{hasComments && (
-
{commentCount}
+
{commentCount}
)}
);