aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWei Zhu <yesmeck@gmail.com>2018-02-23 11:22:38 +0800
committerWei Zhu <yesmeck@gmail.com>2018-02-23 11:22:38 +0800
commit543a521101e7492456cdf1522fbb2f4d78355a65 (patch)
tree96a474770a7d821fa5d50096b0a2bdda1b9b23d8
parentf7ac9a8acfe3181a4fe28b72c2a9f75f3f5e0c09 (diff)
downloadtime-picker-543a521101e7492456cdf1522fbb2f4d78355a65.tar.gz
time-picker-543a521101e7492456cdf1522fbb2f4d78355a65.tar.zst
time-picker-543a521101e7492456cdf1522fbb2f4d78355a65.zip
Fix lint
-rw-r--r--src/TimePicker.jsx4
1 files 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 {
255 const { 255 const {
256 prefixCls, placeholder, placement, align, 256 prefixCls, placeholder, placement, align,
257 disabled, transitionName, style, className, getPopupContainer, name, autoComplete, 257 disabled, transitionName, style, className, getPopupContainer, name, autoComplete,
258 onFocus, onBlur, autoFocus, inputReadOnly 258 onFocus, onBlur, autoFocus, inputReadOnly,
259 } = this.props; 259 } = this.props;
260 const { open, value } = this.state; 260 const { open, value } = this.state;
261 const popupClassName = this.getPopupClassName(); 261 const popupClassName = this.getPopupClassName();
@@ -290,7 +290,7 @@ export default class Picker extends Component {
290 autoFocus={autoFocus} 290 autoFocus={autoFocus}
291 onChange={noop} 291 onChange={noop}
292 readOnly={!!inputReadOnly} 292 readOnly={!!inputReadOnly}
293 /> 293 />
294 <span className={`${prefixCls}-icon`}/> 294 <span className={`${prefixCls}-icon`}/>
295 </span> 295 </span>
296 </Trigger> 296 </Trigger>