Browse Source

delete some token

wly 7 năm trước cách đây
mục cha
commit
e785338852
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>);
   }
 }