We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c34b9c commit fc0af68Copy full SHA for fc0af68
1 file changed
components/Press/PressLinks/ArticleGroup/ArticleGroup.js
@@ -39,6 +39,8 @@ class ArticleGroup extends Component {
39
</li>
40
);
41
}
42
+
43
+ return null;
44
})}
45
</ul>
46
{articles.length > numberOfInitiallyVisibleLinks && (
0 commit comments