Skip to content

Commit 75d6372

Browse files
author
DDiaz
committed
spaces to tabs
1 parent c81b9c9 commit 75d6372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ const Select = React.createClass({
10791079
let className = classNames('Select', this.props.className, {
10801080
'Select--multi': this.props.multi,
10811081
'Select--single': !this.props.multi,
1082-
'is-clearable': this.props.clearable,
1082+
'is-clearable': this.props.clearable,
10831083
'is-disabled': this.props.disabled,
10841084
'is-focused': this.state.isFocused,
10851085
'is-loading': this.props.isLoading,

0 commit comments

Comments
 (0)