diff --git a/src/ButtonInput.js b/src/ButtonInput.js index 864938f093..8667df0178 100644 --- a/src/ButtonInput.js +++ b/src/ButtonInput.js @@ -6,7 +6,7 @@ import childrenValueValidation from './utils/childrenValueInputValidation'; class ButtonInput extends InputBase { renderFormGroup(children) { - let {bsStyle, value, ...other} = this.props; // eslint-disable-line object-shorthand + let {bsStyle, value, ...other} = this.props; // eslint-disable-line object-shorthand, no-unused-vars return {children}; }