From 49e4015c171f835ee143d897b674a48a0bb73d47 Mon Sep 17 00:00:00 2001 From: Asara Date: Tue, 23 Jul 2019 20:39:53 -0400 Subject: [PATCH] Fix spacing --- src/components/Post.js | 21 +++++++++++---------- src/components/PostList.js | 1 - 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/Post.js b/src/components/Post.js index d645e91..5071742 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -11,16 +11,17 @@ class Post extends React.Component { } render () { - return ( -
-
-
-

""

- -
-
-
- ); + console.log(this.props.posts) + return ( +
+
+
+

""

+ +
+
+
+ ); } } diff --git a/src/components/PostList.js b/src/components/PostList.js index b6d45b8..8b54ce9 100644 --- a/src/components/PostList.js +++ b/src/components/PostList.js @@ -25,7 +25,6 @@ class PostList extends React.Component { render () { - console.log(this.props.posts) return (
{this.renderList()}