mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 19:23:44 +08:00
Meaningful comment
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user