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];