Skip to content

Commit 74efad0

Browse files
author
Marco Cesarato
committed
2 parents ac764f4 + e81836d commit 74efad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class InputSpinner extends Component {
268268
* @private
269269
*/
270270
_isDisabledButtonLeft(){
271-
return (this.props.disabled || this.props.buttonRightDisabled);
271+
return (this.props.disabled || this.props.buttonLeftDisabled);
272272
}
273273

274274
/**

0 commit comments

Comments
 (0)