From 9fb76d35c8d52c7261e8c5631548eaa51051270b Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Sun, 7 May 2017 23:54:51 -0700 Subject: [PATCH] shorten some syntax that could be shorter --- client/coral-plugin-commentbox/CommentBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index da5f8c5cd..f7f76161c 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -55,7 +55,7 @@ class CommentBox extends React.Component { let comment = { asset_id: assetId, parent_id: parentId, - body: body, + body, ...this.props.commentBox };