Skip to content

Commit

Permalink
add prop type check in PostFullText
Browse files Browse the repository at this point in the history
  • Loading branch information
medmin committed Oct 29, 2019
1 parent 937ed8d commit 6bbd6f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/posts/PostFullText.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const PostFullText = ({ post, tags }) => {

PostFullText.propTypes = {
post: PropTypes.object.isRequired,
tags: PropTypes.object.isRequired,
};

export default PostFullText;

0 comments on commit 6bbd6f9

Please sign in to comment.