Commit b361df96 by Trevor Austin

Always show posts

parent 32a5d5a6
......@@ -174,7 +174,7 @@ class Journal extends React.Component {
logoutHandler={this.logoutHandler}
/>
{isLoggedIn && <Compose getPosts={this.getPosts} />}
{isLoggedIn && <Posts posts={this.state.posts} getPosts={this.getPosts} />}
<Posts posts={this.state.posts} getPosts={this.getPosts} />
</div>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment