delete extra space

This commit is contained in:
Adam Butterworth
2019-02-22 17:15:04 -05:00
committed by Adam Butterworth
parent 0b8aaae9a4
commit 50d0a4edba

View File

@@ -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 }) => {