diff --git a/src/components/Articles.js b/src/components/Articles.js index 1a12d3b..6182924 100644 --- a/src/components/Articles.js +++ b/src/components/Articles.js @@ -41,7 +41,7 @@ class Articles extends React.Component { } article(match) { - if (this.props.articles) { + if (this.props.articles.length > 0) { return
; } else { return
;