fix lint warning
This commit is contained in:
parent
5278328c1e
commit
929404a037
1 changed files with 6 additions and 1 deletions
|
@ -175,7 +175,12 @@ class Preferences extends React.Component {
|
||||||
value="Spaces"
|
value="Spaces"
|
||||||
checked={!this.props.isTabIndent}
|
checked={!this.props.isTabIndent}
|
||||||
/>
|
/>
|
||||||
<label htmlFor="indentation-space" className="preference__option preference__whitespace-button">Spaces</label>
|
<label
|
||||||
|
htmlFor="indentation-space"
|
||||||
|
className="preference__option preference__whitespace-button"
|
||||||
|
>
|
||||||
|
Spaces
|
||||||
|
</label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
onChange={this.props.indentWithTab}
|
onChange={this.props.indentWithTab}
|
||||||
|
|
Loading…
Reference in a new issue