diff --git a/index.js b/index.js index 9839a3c..8453622 100644 --- a/index.js +++ b/index.js @@ -268,7 +268,7 @@ class InputSpinner extends Component { * @private */ _isDisabledButtonLeft(){ - return (this.props.disabled || this.props.buttonRightDisabled); + return (this.props.disabled || this.props.buttonLeftDisabled); } /**