Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiehjack committed Nov 18, 2018
1 parent 514e328 commit d1f507d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/main/modals/PreferencesModal/InfoTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class InfoTab extends React.Component {
</li>
</ul>

<div><label><input type="checkbox" onChange={e => this.handleAutoUpdateState(e)} checked={this.state.autoUpdateEnabled}/>{i18n.__('Enable Auto Update')}</label></div>
<div><label><input type='checkbox' onChange={e => this.handleAutoUpdateState(e)} checked={this.state.autoUpdateEnabled} />{i18n.__('Enable Auto Update')}</label></div>

<hr styleName='separate-line' />

Expand Down

0 comments on commit d1f507d

Please sign in to comment.