Merge pull request #1273 from coralproject/selected-bug

Restore shortcut functionality
This commit is contained in:
Kim Gardner
2018-01-11 15:24:09 -05:00
committed by GitHub
@@ -176,7 +176,7 @@ class Moderation extends Component {
hasNextPage={comments.hasNextPage}
activeTab={activeTab}
singleView={moderation.singleView}
selectedCommentId={this.state.selectedCommentId}
selectedCommentId={moderation.selectedCommentId}
acceptComment={props.acceptComment}
rejectComment={props.rejectComment}
loadMore={this.loadMore}