@@ -19,7 +19,6 @@ class Treat extends Component {
}
hideTreat() {
- $('#treatDescBox').css({'display': 'none'});
const { hideTreat,clearTreat } = this.props;
clearTreat && clearTreat();
hideTreat && hideTreat();