mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
disable replies too
This commit is contained in:
@@ -222,6 +222,7 @@ class Comment extends React.Component {
|
||||
comment.replies.map(reply => {
|
||||
return <Comment
|
||||
setActiveReplyBox={setActiveReplyBox}
|
||||
disableReply={disableReply}
|
||||
activeReplyBox={activeReplyBox}
|
||||
addNotification={addNotification}
|
||||
parentId={comment.id}
|
||||
|
||||
Reference in New Issue
Block a user