Update Profile.js
This commit is contained in:
@@ -76,19 +76,12 @@ const Profile = ({ getProfileById, profile: { profile }, auth }) => {
|
|||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
|
|
||||||
Profile.propTypes = {
|
Profile.propTypes = {
|
||||||
getProfileById: PropTypes.func.isRequired,
|
getProfileById: PropTypes.func.isRequired,
|
||||||
profile: PropTypes.object.isRequired,
|
profile: PropTypes.object.isRequired,
|
||||||
auth: PropTypes.object.isRequired
|
auth: PropTypes.object.isRequired
|
||||||
};
|
};
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
|
|
||||||
const mapStateToProps = (state) => ({
|
const mapStateToProps = (state) => ({
|
||||||
profile: state.profile,
|
profile: state.profile,
|
||||||
auth: state.auth
|
auth: state.auth
|
||||||
|
|||||||
Reference in New Issue
Block a user