Skip to content

Commit 10d98c9

Browse files
committed
Update proptypes
1 parent a8a5787 commit 10d98c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/javascript/components/Post.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Post extends React.Component {
1212
}
1313

1414
Post.propTypes = {
15-
title: PropTypes.String,
16-
body: PropTypes.String
15+
title: PropTypes.string,
16+
body: PropTypes.string
1717
};
1818
module.exports = Post

0 commit comments

Comments
 (0)