diff --git a/webui2/src/components/bugs/CommentBox.tsx b/webui2/src/components/bugs/CommentBox.tsx index 3ed7e189cea5c9f0f7b81a0f748314668de3f9ca..4a078592d30a870af816a9f2ba0b18b6e36176af 100644 --- a/webui2/src/components/bugs/CommentBox.tsx +++ b/webui2/src/components/bugs/CommentBox.tsx @@ -10,8 +10,8 @@ import { BugDetailDocument, } from "@/__generated__/graphql"; import { Markdown } from "@/components/content/Markdown"; -import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; import { Button } from "@/components/ui/button"; +import * as CommentCard from "@/components/ui/comment-card"; import { Textarea } from "@/components/ui/textarea"; import * as WritePreview from "@/components/ui/write-preview"; import { useAuth } from "@/lib/auth"; @@ -73,15 +73,9 @@ export function CommentBox({ bugPrefix, bugStatus, ref_ }: CommentBoxProps) { if (!user) return null; return ( -
No description provided.
)} -- No {statusFilter} issues found. -
+- No {statusFilter} issues. -
+