Skip to content

Commit

Permalink
commented code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jul 27, 2015
1 parent f958c83 commit 98faa79
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions project/static/js/feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ var SpecSelect = React.createClass({
return n.label;
})[0];

//if (this.props.value == 0) {
// initial_value = '';
//}
return (
<Select onChange={this.handleChange} clearable={false} value={initial_value} options={options} placeholder="Категория" className="categoryDropdown">
</Select>
Expand Down Expand Up @@ -285,10 +282,6 @@ var CitySelect = React.createClass({
return n.label;
})[0];

//if (this.props.value == 0) {
// initial_value = '';
//}

return (
<Select onChange={this.handleChange} clearable={false} value={initial_value} options={options} placeholder="Город" className="cityDropdown">
</Select>
Expand Down

0 comments on commit 98faa79

Please sign in to comment.