From 543a521101e7492456cdf1522fbb2f4d78355a65 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Fri, 23 Feb 2018 11:22:38 +0800 Subject: [PATCH] Fix lint --- src/TimePicker.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} - /> + /> -- 2.41.0