Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1323 from react-bootstrap/taion-pa…
Browse files Browse the repository at this point in the history
…tch-1

Removed unused props from ListGroupItem
  • Loading branch information
AlexKVal committed Sep 18, 2015
2 parents 93fe441 + b7d3329 commit 6f6fed1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ListGroupItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const ListGroupItem = React.createClass({
header: React.PropTypes.node,
listItem: React.PropTypes.bool,
onClick: React.PropTypes.func,
eventKey: React.PropTypes.any,
href: React.PropTypes.string,
target: React.PropTypes.string
href: React.PropTypes.string
},

getDefaultProps() {
Expand Down

0 comments on commit 6f6fed1

Please sign in to comment.