Skip to content
Snippets Groups Projects
Commit 50fd6489 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

style fix -- CommentBox.js edited online with Bitbucket

parent 66352657
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,8 @@ class CommentBox extends Component {
.ref('commentReplyButton')
.on('click', this.reply)
const inputBox = $$('div').addClass('sc-new-comment')
const inputBox = $$('div')
.addClass('sc-new-comment')
.append(textarea, reply, resolve)
box
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment