diff --git a/src/components/PostList.js b/src/components/PostList.js index 74f675a..c8f9547 100644 --- a/src/components/PostList.js +++ b/src/components/PostList.js @@ -17,7 +17,6 @@ class PostList extends React.Component { const post = posts.entities[id] return (
-

Blog Posts

{post.title}

@@ -36,8 +35,11 @@ class PostList extends React.Component { render () { return ( -
- {this.renderList()} +
+

Blog Posts

+
+ {this.renderList()} +
); }