Fix linting error
This commit is contained in:
@ -29,7 +29,7 @@ class NumberTextInput extends React.Component {
|
|||||||
|
|
||||||
render = () => {
|
render = () => {
|
||||||
const { value } = this.state
|
const { value } = this.state
|
||||||
const { parseNumber, formatNumber, ...props } = this.props
|
const { parseNumber, formatNumber, ...props } = this.props // eslint-disable-line no-unused-vars
|
||||||
const displayValue = formatNumber(value)
|
const displayValue = formatNumber(value)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user