From 73e0cc5f1235021fca5dfbcd7244f6bd5a485a0e Mon Sep 17 00:00:00 2001 From: itzaname Date: Thu, 25 Dec 2025 23:20:48 -0500 Subject: [PATCH] Make comments support newlines --- web/src/app/_components/comments/CommentItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/_components/comments/CommentItem.tsx b/web/src/app/_components/comments/CommentItem.tsx index 1558609..475aa8f 100644 --- a/web/src/app/_components/comments/CommentItem.tsx +++ b/web/src/app/_components/comments/CommentItem.tsx @@ -52,7 +52,7 @@ export default function CommentItem({ event, validatorUser }: CommentItemProps) - {decodeAuditEvent(event)} + {decodeAuditEvent(event)} ); -- 2.49.1