1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix linter errors

This commit is contained in:
ehhc
2018-11-12 17:40:37 +01:00
parent 336f007fa1
commit aa26e5ac2a

View File

@@ -542,9 +542,9 @@ class UiTab extends React.Component {
<div styleName='group-checkBoxSection'>
<label>
<input onChange={(e) => this.handleUIChange(e)}
checked={this.state.config.editor.spellcheck}
ref='spellcheck'
type='checkbox'
checked={this.state.config.editor.spellcheck}
ref='spellcheck'
type='checkbox'
/>&nbsp;
{i18n.__('Enable spellcheck - Experimental feature!! :)')}
</label>