1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

chore: fix lint isues

This commit is contained in:
Georges Indrianjafy
2018-02-04 17:39:32 +02:00
parent 56d6eb7077
commit 10daf2599d

View File

@@ -76,7 +76,7 @@ class UiTab extends React.Component {
switchPreview: this.refs.editorSwitchPreview.value,
keyMap: this.refs.editorKeyMap.value,
scrollPastEnd: this.refs.scrollPastEnd.checked,
fetchUrlTitle: this.refs.editorFetchUrlTitle.checked,
fetchUrlTitle: this.refs.editorFetchUrlTitle.checked
},
preview: {
fontSize: this.refs.previewFontSize.value,