From 6709032aa83e3855f08f6d7bde666f0a0222c8df Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Wed, 13 Mar 2019 14:13:10 -0400 Subject: [PATCH] fix: filter out empty social links from static display (#87) --- src/components/ProfilePage/SocialLinks.jsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/ProfilePage/SocialLinks.jsx b/src/components/ProfilePage/SocialLinks.jsx index a898eea..fd1fc58 100644 --- a/src/components/ProfilePage/SocialLinks.jsx +++ b/src/components/ProfilePage/SocialLinks.jsx @@ -120,14 +120,17 @@ class SocialLinks extends React.Component { content={intl.formatMessage(messages['profile.sociallinks.social.links'])} /> ),