diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index a087f133b..9ed0bee23 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -291,12 +291,15 @@ class Comment extends React.Component { - - - + { (currentUser && (comment.user.id !== currentUser.id)) + ? + + + : null + }