@@ -35,7 +35,7 @@ class Search extends Component {
onCancel={() => {this.props.getProductByName({}) ;this.clear();console.log('onconcel')}}
showCancelButton
onChange={this.onChange}
- />//
+ />
</div>);
}