diff --git a/packages/client/src/components/document/comments/comments/index.tsx b/packages/client/src/components/document/comments/comments/index.tsx index a46012dc..273ce446 100644 --- a/packages/client/src/components/document/comments/comments/index.tsx +++ b/packages/client/src/components/document/comments/comments/index.tsx @@ -17,9 +17,8 @@ const CommentInner = ({ data, depth, replyComment, editComment, deleteComment }) {(data || []).map((item) => { const hasChildren = item.children && item.children.length; return ( - <> +
) : null} - +
); })}