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