Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Nov 11, 2016
1 parent e56c374 commit c5aac69
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions client/components/domains/domain-suggestion/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ const DomainSuggestion = React.createClass( {
domain: React.PropTypes.string
},

renderButton() {
const buttonClasses = classNames( 'button', 'domain-suggestion__select-button', this.props.buttonClasses );
return (
<button
ref="button"
className={ buttonClasses }
onClick={ this.props.onButtonClick }
data-e2e-domain={ this.props.domain }>
{ this.props.buttonContent }
</button>
);
},

render() {
const { price, isAdded, extraClasses, children, priceRule } = this.props;
const classes = classNames( 'domain-suggestion', 'card', 'is-compact', 'is-clickable', {
Expand Down

0 comments on commit c5aac69

Please sign in to comment.