Meaningful comment

This commit is contained in:
Chi Vinh Le
2017-06-06 02:25:42 +07:00
parent 2d0eec15c1
commit 056ddc7010
@@ -224,7 +224,7 @@ class Comment extends React.Component {
};
// getVisibileReplies returns a list containing comments
// which were authored by `userId` or comes before the `idCursor`.
// which were authored by current user or comes before the `idCursor`.
getVisibileReplies() {
const {comment: {replies}, currentUser, liveUpdates} = this.props;
const idCursor = this.state.idCursors[0];