wly 7 лет назад
Родитель
Сommit
e785338852
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/case/ShopApp/src/components/HomePage/Search.jsx

+ 1 - 1
src/case/ShopApp/src/components/HomePage/Search.jsx

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