From f6c295ca78a22009607271324c1a8eb2401b4477 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Fri, 11 Nov 2016 11:16:19 -0500 Subject: [PATCH] Lint --- client/coral-plugin-commentbox/CommentBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index 3811e0cd9..2fb097610 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -44,7 +44,8 @@ class CommentBox extends Component { appendItemArray(parent_id || id, related, comment_id, !parent_id, parent_type); addNotification('success', 'Your comment has been posted.'); } - }).catch((err) => console.error(err)); + }) + .catch((err) => console.error(err)); this.setState({body: ''}); }