diff --git a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx index 3883f77a..7bf98813 100644 --- a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx +++ b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx @@ -120,7 +120,9 @@ async function LiveComment({ -

{comment.body}

+ {comment.body + ?.split("\n") + .map((line, index) =>

{line}

)} {comment.children?.map((comment) => (