mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Use const instead of let
This commit is contained in:
parent
a545c0c3c5
commit
e6ddf34c11
@ -82,7 +82,7 @@ export default class AutoComplete extends React.Component<AutoCompleteProps, {}>
|
||||
}
|
||||
|
||||
render() {
|
||||
let {
|
||||
const {
|
||||
size, className = '', notFoundContent, prefixCls, optionLabelProp, dataSource, children,
|
||||
} = this.props;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user