Skip to content

Commit

Permalink
[√] delete unknown prop desc from List, resolves #87
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Jul 18, 2016
1 parent 78d48ee commit eb414ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ List.Item = React.createClass({
delete props.title;
delete props.after;
delete props.linkProps;
delete props.desc;

let itemChildren = [
this.renderAddon('media'),
Expand Down

0 comments on commit eb414ef

Please sign in to comment.