fix lint warning

This commit is contained in:
Cassie Tarakajian 2017-11-14 17:03:16 -05:00
parent 5278328c1e
commit 929404a037
1 changed files with 6 additions and 1 deletions

View File

@ -175,7 +175,12 @@ class Preferences extends React.Component {
value="Spaces"
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
type="radio"
onChange={this.props.indentWithTab}