Skip to content
Snippets Groups Projects
Commit ee3cda9a authored by chris's avatar chris Committed by john
Browse files

remove empty object

parent 081fd363
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class MiniEditor extends ProseEditor {
let Overlay = this.componentRegistry.get('overlay')
var commentsPane = $$(Comments, {
comments: this.props.comments || {},
comments: this.props.comments,
fragment: this.props.fragment,
update: this.props.update,
user: this.props.user
......
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