| 3 | import handleChange from 'MIXIN/handleChange' |
| 4 | |
| 5 | export default class DisplayControl extends Component { |
| 6 | constructor (props) { |
| 7 | super(props) |
| 8 | this.state = { _quantity: props.quantity } |
nothing calls this directly
no outgoing calls
no test coverage detected