diff --git a/src/components/PostList.js b/src/components/PostList.js index f380a63..af6f8f5 100644 --- a/src/components/PostList.js +++ b/src/components/PostList.js @@ -1,4 +1,5 @@ import React from 'react'; +import ReactMarkdown from 'react-markdown'; import { connect } from 'react-redux'; import { fetchPosts } from '../actions'; @@ -16,7 +17,7 @@ class PostList extends React.Component {

{post.title}

-

{post.content}

+