mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix lint errors
This commit is contained in:
@@ -19,8 +19,8 @@ import {SortableContainer} from 'react-sortable-hoc'
|
|||||||
import i18n from 'browser/lib/i18n'
|
import i18n from 'browser/lib/i18n'
|
||||||
import context from 'browser/lib/context'
|
import context from 'browser/lib/context'
|
||||||
|
|
||||||
function findOne(haystack, arr) {
|
function findOne (haystack, arr) {
|
||||||
return arr.some(v => haystack.indexOf(v) >= 0)
|
return arr.some(v => haystack.indexOf(v) >= 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
class SideNav extends React.Component {
|
class SideNav extends React.Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user