Skip to content

Commit 7906bb3

Browse files
committed
Check if github contributions is null
1 parent e25e910 commit 7906bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Member/ListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const Item = props => {
182182
<FontAwesomeIcon className={classes.statsIcon} icon={faGithub} />
183183
<span> </span>
184184
<a href={`${GITHUB_URL}/${github}`}>@{github}</a>
185-
{width !== 'xs' && (
185+
{width !== 'xs' && githubContributions && (
186186
<Grid
187187
container
188188
direction={'row'}

0 commit comments

Comments
 (0)