diff --git a/apps/comments-ui/src/App.js b/apps/comments-ui/src/App.js index 073fd13938..2f9f28e51e 100644 --- a/apps/comments-ui/src/App.js +++ b/apps/comments-ui/src/App.js @@ -295,6 +295,7 @@ export default class App extends React.Component { commentsEnabled: this.props.commentsEnabled, appVersion: this.props.appVersion, stylesUrl: this.props.stylesUrl, + publication: this.props.publication, popup, dispatchAction: (_action, data) => this.dispatchAction(_action, data), diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index 9be2810bcf..67c81fed49 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -102,8 +102,8 @@ const Comment = ({updateIsEditing = null, isEditing, ...props}) => { {!isNotPublished && -