From ce0503ad11001bd1e79cef04c02a5a8a6099a222 Mon Sep 17 00:00:00 2001 From: Camerin Date: Sun, 31 Oct 2021 21:14:10 -0400 Subject: [PATCH] Additional Fix to articles.js --- src/components/Articles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
;