From ee3cda9a4cf69b9ad3c63ac6675e79926cd479ee Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Sun, 23 Apr 2017 14:31:05 +0300
Subject: [PATCH] remove empty object

---
 app/components/SimpleEditor/miniEditor/miniEditor.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.js b/app/components/SimpleEditor/miniEditor/miniEditor.js
index 2ba195d..347f9a3 100644
--- a/app/components/SimpleEditor/miniEditor/miniEditor.js
+++ b/app/components/SimpleEditor/miniEditor/miniEditor.js
@@ -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
-- 
GitLab