diff --git a/news/routes/Featured/Featured.js b/news/routes/Featured/Featured.js index 20da0a11ab..f5eb275bbe 100644 --- a/news/routes/Featured/Featured.js +++ b/news/routes/Featured/Featured.js @@ -138,7 +138,11 @@ class Featured extends Component { featuredList } = this.state; if (pending || !complete) { - return ; + return ( +
+ +
+ ); } if (complete && errored) { diff --git a/news/routes/Show/Show.js b/news/routes/Show/Show.js index 12421f288e..3d0aec2fa5 100644 --- a/news/routes/Show/Show.js +++ b/news/routes/Show/Show.js @@ -162,7 +162,11 @@ class ShowArticle extends Component { currentArticle } = this.state; if (pending || !complete) { - return ; + return ( +
+ +
+ ); } if (complete && errored) {