Add isReply to commentInputDetailArea api

This commit is contained in:
StephanieDClark
2017-06-01 11:01:57 -07:00
committed by GitHub
parent 1fe6c79d88
commit 1bf2053cb8
@@ -167,6 +167,7 @@ class CommentBox extends React.Component {
fill="commentInputDetailArea"
registerHook={this.registerHook}
unregisterHook={this.unregisterHook}
isReply={isReply}
inline
/>}
cancelButtonClicked={cancelButtonClicked}