Skip to content

Commit

Permalink
Merge pull request #7 from fabriond/master
Browse files Browse the repository at this point in the history
fix: disabled button left
  • Loading branch information
marcocesarato authored Feb 20, 2020
2 parents a6346e4 + 3df1fe6 commit e81836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class InputSpinner extends Component {
* @private
*/
_isDisabledButtonLeft(){
return (this.props.disabled || this.props.buttonRightDisabled);
return (this.props.disabled || this.props.buttonLeftDisabled);
}

/**
Expand Down

0 comments on commit e81836d

Please sign in to comment.