diff --git a/src/components/UserProfile/SocialLinks.jsx b/src/components/UserProfile/SocialLinks.jsx index 646a6fb..29cda57 100644 --- a/src/components/UserProfile/SocialLinks.jsx +++ b/src/components/UserProfile/SocialLinks.jsx @@ -52,7 +52,6 @@ class SocialLinks extends React.Component { saveState, onVisibilityChange, onCancel, - } = this.props; const { onInputChange, onEdit } = this; const socialLinksMap = socialLinks.reduce((acc, { platform, socialLink }) => {