diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index e31b0df..e3fffa5 100644 --- a/client/src/components/profile/Profile.js +++ b/client/src/components/profile/Profile.js @@ -76,19 +76,12 @@ const Profile = ({ getProfileById, profile: { profile }, auth }) => { ); }; -<<<<<<< HEAD - -======= ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb Profile.propTypes = { getProfileById: PropTypes.func.isRequired, profile: PropTypes.object.isRequired, auth: PropTypes.object.isRequired }; -<<<<<<< HEAD -======= ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb const mapStateToProps = (state) => ({ profile: state.profile, auth: state.auth