From: Wei Zhu Date: Fri, 23 Feb 2018 03:22:38 +0000 (+0800) Subject: Fix lint X-Git-Tag: 3.3.1~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=543a521101e7492456cdf1522fbb2f4d78355a65;p=github%2Ffretlink%2Ftime-picker.git Fix lint --- diff --git a/src/TimePicker.jsx b/src/TimePicker.jsx index e330b68..a37fec2 100644 --- a/src/TimePicker.jsx +++ b/src/TimePicker.jsx @@ -255,7 +255,7 @@ export default class Picker extends Component { const { prefixCls, placeholder, placement, align, disabled, transitionName, style, className, getPopupContainer, name, autoComplete, - onFocus, onBlur, autoFocus, inputReadOnly + onFocus, onBlur, autoFocus, inputReadOnly, } = this.props; const { open, value } = this.state; const popupClassName = this.getPopupClassName(); @@ -290,7 +290,7 @@ export default class Picker extends Component { autoFocus={autoFocus} onChange={noop} readOnly={!!inputReadOnly} - /> + />