]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
Fix lint
authorWei Zhu <yesmeck@gmail.com>
Fri, 23 Feb 2018 03:22:38 +0000 (11:22 +0800)
committerWei Zhu <yesmeck@gmail.com>
Fri, 23 Feb 2018 03:22:38 +0000 (11:22 +0800)
src/TimePicker.jsx

index e330b687aefc49e30623760b95b262b131ca3914..a37fec2b77b66f898661a8c1f28aac9c03bce83d 100644 (file)
@@ -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}
-            />
+          />
           <span className={`${prefixCls}-icon`}/>
         </span>
       </Trigger>