Update CommentItem.js
This commit is contained in:
@@ -45,8 +45,5 @@ const mapStateToProps = (state) => ({
|
|||||||
auth: state.auth
|
auth: state.auth
|
||||||
});
|
});
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
export default connect(mapStateToProps, { deleteComment })(CommentItem);
|
export default connect(mapStateToProps, { deleteComment })(CommentItem);
|
||||||
=======
|
|
||||||
export default connect(mapStateToProps, { deleteComment })(CommentItem);
|
|
||||||
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
|
|
||||||
|
|||||||
Reference in New Issue
Block a user