Skip to content

Commit

Permalink
[remove] Unused property from ActionButton
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 1, 2015
1 parent 64a39e3 commit ee7dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActionButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = React.createClass({
},

render() {
let { className, label, onClick, secondary, symbol } = this.props
let { className, label, onClick, symbol } = this.props

return (
<Btn className={ className } onClick={ onClick }>
Expand Down

0 comments on commit ee7dab3

Please sign in to comment.