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