Skip to content

Commit fc0af68

Browse files
authored
Resolve lint error and rendering error
1 parent 5c34b9c commit fc0af68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/Press/PressLinks/ArticleGroup/ArticleGroup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class ArticleGroup extends Component {
3939
</li>
4040
);
4141
}
42+
43+
return null;
4244
})}
4345
</ul>
4446
{articles.length > numberOfInitiallyVisibleLinks && (

0 commit comments

Comments
 (0)