Skip to content

Commit

Permalink
Fix: Prop warning for Markdown text
Browse files Browse the repository at this point in the history
PR #233, closes #232
  • Loading branch information
marvinhagemeister authored and sapegin committed Nov 17, 2016
1 parent c3a1e7e commit 69252b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsg-components/Examples/Examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Examples = ({ examples, name }, { codeKey }) => {

Examples.propTypes = {
examples: PropTypes.array.isRequired,
name: PropTypes.string.isRequired,
name: PropTypes.string,
};
Examples.contextTypes = {
codeKey: PropTypes.number.isRequired,
Expand Down

0 comments on commit 69252b9

Please sign in to comment.