diff --git a/webclient/src/Article.js b/webclient/src/Article.js
index 03f8afd..a2cff1a 100644
--- a/webclient/src/Article.js
+++ b/webclient/src/Article.js
@@ -57,14 +57,10 @@ function Article({ cache }) {
return (
- {error ?
-
- Connection error? Click to expand.
- {error}
-
- :
-
- }
+
+ Connection error? Click to expand.
+ {error}
+
{story ?
diff --git a/webclient/src/Feed.js b/webclient/src/Feed.js
index 3482355..4c035e1 100644
--- a/webclient/src/Feed.js
+++ b/webclient/src/Feed.js
@@ -96,12 +96,10 @@ function Feed({ updateCache }) {
QotNews
- {error &&
-
- Connection error? Click to expand.
- {error}
-
- }
+
+ Connection error? Click to expand.
+ {error}
+
{stories ?
{stories.map(x =>