Skip to content

Commit

Permalink
Check if github contributions is null
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Sep 9, 2020
1 parent e25e910 commit 7906bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Member/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Item = props => {
<FontAwesomeIcon className={classes.statsIcon} icon={faGithub} />
<span> </span>
<a href={`${GITHUB_URL}/${github}`}>@{github}</a>
{width !== 'xs' && (
{width !== 'xs' && githubContributions && (
<Grid
container
direction={'row'}
Expand Down

0 comments on commit 7906bb3

Please sign in to comment.