Skip to content

Commit 6bbd6f9

Browse files
committed
add prop type check in PostFullText
1 parent 937ed8d commit 6bbd6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/posts/PostFullText.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const PostFullText = ({ post, tags }) => {
5252

5353
PostFullText.propTypes = {
5454
post: PropTypes.object.isRequired,
55+
tags: PropTypes.object.isRequired,
5556
};
5657

5758
export default PostFullText;

0 commit comments

Comments
 (0)