From 056ddc7010bb3ac64832aae559ae76bae53fc04a Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 6 Jun 2017 02:25:42 +0700 Subject: [PATCH] Meaningful comment --- client/coral-embed-stream/src/components/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js index daefc4c4e..e99755f9c 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -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];