Use const instead of let

This commit is contained in:
ztplz 2018-11-08 18:02:31 +08:00 committed by 偏右
parent a545c0c3c5
commit e6ddf34c11

View File

@ -82,7 +82,7 @@ export default class AutoComplete extends React.Component<AutoCompleteProps, {}>
}
render() {
let {
const {
size, className = '', notFoundContent, prefixCls, optionLabelProp, dataSource, children,
} = this.props;