mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Fixing bug with reply author name.
This commit is contained in:
@@ -162,7 +162,7 @@ class CommentStream extends Component {
|
||||
let reply = this.props.items.comments[replyId];
|
||||
return <div className="reply" key={replyId}>
|
||||
<hr aria-hidden={true}/>
|
||||
<AuthorName author={users[comment.author_id]}/>
|
||||
<AuthorName author={users[reply.author_id]}/>
|
||||
<PubDate created_at={reply.created_at}/>
|
||||
<Content body={reply.body}/>
|
||||
<div className="replyActionsLeft">
|
||||
|
||||
Reference in New Issue
Block a user