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

Fix some pointed by lint

This commit is contained in:
asmsuechan
2017-06-16 21:17:39 +09:00
parent 07df26d5c4
commit 68e36d2a6d

View File

@@ -377,7 +377,7 @@ class NoteList extends React.Component {
const options = {
filters: [
{ name: 'Documents', extensions: ['md', 'txt']}
{ name: 'Documents', extensions: ['md', 'txt'] }
],
properties: ['openFile', 'multiSelections']
}