mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
fix linter errors
This commit is contained in:
@@ -542,9 +542,9 @@ class UiTab extends React.Component {
|
|||||||
<div styleName='group-checkBoxSection'>
|
<div styleName='group-checkBoxSection'>
|
||||||
<label>
|
<label>
|
||||||
<input onChange={(e) => this.handleUIChange(e)}
|
<input onChange={(e) => this.handleUIChange(e)}
|
||||||
checked={this.state.config.editor.spellcheck}
|
checked={this.state.config.editor.spellcheck}
|
||||||
ref='spellcheck'
|
ref='spellcheck'
|
||||||
type='checkbox'
|
type='checkbox'
|
||||||
/>
|
/>
|
||||||
{i18n.__('Enable spellcheck - Experimental feature!! :)')}
|
{i18n.__('Enable spellcheck - Experimental feature!! :)')}
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user