diff --git a/static/js/shop/options/components/Switch.jsx b/static/js/shop/options/components/Switch.jsx index 64e5d4c..dff8179 100644 --- a/static/js/shop/options/components/Switch.jsx +++ b/static/js/shop/options/components/Switch.jsx @@ -35,7 +35,6 @@ class Switch extends Component { id={key} checked={this.state.checked} onClick={this.handleClick} - onChange={this.handleClick} />