diff --git a/src/components/Post.js b/src/components/Post.js index 59ebcd6..4b8d5b3 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -11,7 +11,7 @@ import moment from 'moment' export default class Post extends Component { static propTypes = { isLoading: PropTypes.bool.isRequired, - post: PropTypes.object.isRequired, + post: PropTypes.string.isRequired, config: PropTypes.object.isRequired }