Skip to content

Commit

Permalink
Fix js style
Browse files Browse the repository at this point in the history
  • Loading branch information
rkit committed Mar 3, 2016
1 parent 55c8f65 commit bfa24f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export default class Select2 extends Component {
return (<option key={`option-${k}`} value={item}>{item}</option>);
}


render() {
const { data, value, ...params } = this.props;
return (
Expand Down

0 comments on commit bfa24f3

Please sign in to comment.