diff --git a/apps/web/features/issues/components/comment-card.tsx b/apps/web/features/issues/components/comment-card.tsx index 2bea2dda..2967f182 100644 --- a/apps/web/features/issues/components/comment-card.tsx +++ b/apps/web/features/issues/components/comment-card.tsx @@ -20,6 +20,7 @@ import { cn } from "@/lib/utils"; import { useActorName } from "@/features/workspace"; import { timeAgo } from "@/shared/utils"; import { RichTextEditor, type RichTextEditorRef } from "@/components/common/rich-text-editor"; +import { Markdown } from "@/components/markdown"; import { ReplyInput } from "./reply-input"; import type { TimelineEntry } from "@/shared/types"; @@ -164,7 +165,7 @@ function CommentRow({ ) : ( <>
- + {entry.content ?? ""}
{!isTemp && (
- + {entry.content ?? ""}
{!isTemp && (