remove overspecified condition
This commit is contained in:
parent
0d549abff9
commit
7065008f5d
|
@ -275,7 +275,7 @@ function HeaderHeader ({ user }) {
|
|||
<small className='text-muted d-flex-inline'>
|
||||
<SocialLink name='Github' id={user.optional.githubId} />
|
||||
</small>}
|
||||
{user.optional.twitterId !== null &&
|
||||
{user.optional.twitterId &&
|
||||
<small className='text-muted d-flex-inline'>
|
||||
<SocialLink name='Twitter' id={user.optional.twitterId} />
|
||||
</small>}
|
||||
|
|
Loading…
Reference in New Issue