diff --git a/src/editor/widgets/comment/Comment.jsx b/src/editor/widgets/comment/Comment.jsx index 263b614..6e323a6 100644 --- a/src/editor/widgets/comment/Comment.jsx +++ b/src/editor/widgets/comment/Comment.jsx @@ -29,7 +29,7 @@ const Comment = props => { const creatorInfo = props.body.creator &&
- {props.body.creator.name} + {props.body.creator.name || props.body.creator.id} { props.body.created &&