mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Use correct comment id in UserDetail
This commit is contained in:
@@ -147,7 +147,7 @@ export default class UserDetail extends React.Component {
|
||||
const status = comment.action_summaries ? 'FLAGGED' : comment.status;
|
||||
const selected = selectedIds.indexOf(comment.id) !== -1;
|
||||
return <Comment
|
||||
key={i}
|
||||
key={comment.id}
|
||||
index={i}
|
||||
comment={comment}
|
||||
selected={false}
|
||||
|
||||
Reference in New Issue
Block a user