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'>
|
<small className='text-muted d-flex-inline'>
|
||||||
<SocialLink name='Github' id={user.optional.githubId} />
|
<SocialLink name='Github' id={user.optional.githubId} />
|
||||||
</small>}
|
</small>}
|
||||||
{user.optional.twitterId !== null &&
|
{user.optional.twitterId &&
|
||||||
<small className='text-muted d-flex-inline'>
|
<small className='text-muted d-flex-inline'>
|
||||||
<SocialLink name='Twitter' id={user.optional.twitterId} />
|
<SocialLink name='Twitter' id={user.optional.twitterId} />
|
||||||
</small>}
|
</small>}
|
||||||
|
|
Loading…
Reference in New Issue