diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index 2008240..47d2d13 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -93,8 +93,8 @@ const Details = ({ profile, loading, social, github }) => { title="Company:" value={profile.company} link={ - isCompanyMention(profile.company) - ? companyLink(profile.company) + isCompanyMention(profile.company.trim()) + ? companyLink(profile.company.trim()) : null } />