diff --git a/src/editor/widgets/comment/Comment.jsx b/src/editor/widgets/comment/Comment.jsx index cc9b9dc..7044e25 100644 --- a/src/editor/widgets/comment/Comment.jsx +++ b/src/editor/widgets/comment/Comment.jsx @@ -44,7 +44,7 @@ const Comment = props => { return props.readOnly ? (
-
{props.body.value}
+
{ creatorInfo }
) : ( @@ -82,4 +82,4 @@ const Comment = props => { } -export default Comment; \ No newline at end of file +export default Comment;