Passing the comment down until we reach the queryData

This commit is contained in:
okbel
2018-03-01 16:47:15 -03:00
parent e055a3e4d4
commit 0055c82166
5 changed files with 10 additions and 2 deletions
@@ -36,7 +36,6 @@ class Editor extends React.Component {
},
});
console.log('comment', this.props.comment);
// To edit comments and have the previous html comment
if (this.props.comment && this.props.comment.richTextBody) {
this.ref.content.innerHTML = this.props.comment.richTextBody;