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

fix lint errors

This commit is contained in:
Baptiste Augrain
2018-08-21 00:24:03 +02:00
parent 73fbf49ba4
commit 7cde30d352

View File

@@ -19,8 +19,8 @@ import {SortableContainer} from 'react-sortable-hoc'
import i18n from 'browser/lib/i18n'
import context from 'browser/lib/context'
function findOne(haystack, arr) {
return arr.some(v => haystack.indexOf(v) >= 0)
function findOne (haystack, arr) {
return arr.some(v => haystack.indexOf(v) >= 0)
}
class SideNav extends React.Component {