From 15675c992f36ad32eb5047945d0d1ddb2dff40b9 Mon Sep 17 00:00:00 2001 From: Andrean <88448470+QkoSad@users.noreply.github.com> Date: Mon, 8 May 2023 17:00:20 +0000 Subject: [PATCH] Update CommentItem.js --- client/src/components/post/CommentItem.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/components/post/CommentItem.js b/client/src/components/post/CommentItem.js index 7f01817..c8cbb31 100644 --- a/client/src/components/post/CommentItem.js +++ b/client/src/components/post/CommentItem.js @@ -45,8 +45,5 @@ const mapStateToProps = (state) => ({ auth: state.auth }); -<<<<<<< HEAD export default connect(mapStateToProps, { deleteComment })(CommentItem); -======= -export default connect(mapStateToProps, { deleteComment })(CommentItem); ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb +