From 159cd3cdfa897d552b34d2f4f978787627063fd1 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Mon, 14 Sep 2020 10:30:04 +0200 Subject: [PATCH] Minor compatibility tweak --- src/editor/widgets/comment/Comment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&