shorten some syntax that could be shorter

This commit is contained in:
Benjamin Goering
2017-05-07 23:54:51 -07:00
parent a7099295d6
commit 9fb76d35c8
+1 -1
View File
@@ -55,7 +55,7 @@ class CommentBox extends React.Component {
let comment = {
asset_id: assetId,
parent_id: parentId,
body: body,
body,
...this.props.commentBox
};