decrementValue = () => {
        if (this.state.currentValue === this.props.data.start) {
            return;
        }
        const { currentValue } = this.state;