mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 01:07:03 +08:00
remove logs
This commit is contained in:
@@ -130,7 +130,6 @@ export default class CommentList extends React.Component {
|
||||
return (
|
||||
<ul className={`${styles.list} ${singleView ? styles.singleView : ''}`} {...key}>
|
||||
{commentIds.map((commentId, index) => {
|
||||
console.log('inside the map', typeof commentId, commentId, typeof active, active);
|
||||
const comment = comments[commentId];
|
||||
const author = users[comment.author_id];
|
||||
return <Comment comment={comment}
|
||||
|
||||
Reference in New Issue
Block a user