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