Fix spacing
This commit is contained in:
parent
5b9e98600f
commit
49e4015c17
2 changed files with 11 additions and 11 deletions
|
@ -11,6 +11,7 @@ class Post extends React.Component {
|
|||
}
|
||||
|
||||
render () {
|
||||
console.log(this.props.posts)
|
||||
return (
|
||||
<div className="item" key="{post.id}">
|
||||
<div className="content">
|
||||
|
|
|
@ -25,7 +25,6 @@ class PostList extends React.Component {
|
|||
|
||||
|
||||
render () {
|
||||
console.log(this.props.posts)
|
||||
return (
|
||||
<div className="ui relaxed divided list">
|
||||
{this.renderList()}
|
||||
|
|
Reference in a new issue