Skip to content

Commit

Permalink
[Upd #70] Props not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jan 27, 2022
1 parent 26f5545 commit b12d05e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/comment/CommentList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const CommentList = (props) => {
deleteQuestionComment={props.deleteQuestionComment}
deleteCommentView={deleteCommentViewHandler}
index={index}
comment={comment}
/>
</div>
))}
Expand Down

0 comments on commit b12d05e

Please sign in to comment.