Skip to content
Snippets Groups Projects
Commit 9d2f55ec authored by Henry Smith's avatar Henry Smith Committed by Eugen
Browse files

Remove isRequired from optional prop (#1843)

parent b7ec2fd4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ const Permalink = React.createClass({
propTypes: {
href: React.PropTypes.string.isRequired,
to: React.PropTypes.string.isRequired,
children: React.PropTypes.node.isRequired
children: React.PropTypes.node
},
handleClick (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment